Commit 7439aea9 authored by Carlos Galindo's avatar Carlos Galindo
Browse files

fix compilation error

parent 77b182b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public class BencherTest {

    public static void main(String[] args) {
//        TEST_PKG = "SetA";
        TEST_PKG = "SetB";
//        TEST_PKG = "SetB";
        File testFolder = new File("./e-knife-v1.1.0-src/e-Knife/src/test/resources/PaperExperiments/", TEST_PKG);
        findFiles(testFolder, DOT_ERLANG, file -> {
            File outputDir = testFolder.getAbsoluteFile();