diff --git a/test/bytecode/JavaTXCompilerTest.java b/test/bytecode/JavaTXCompilerTest.java index 4dfdf92e..d6846204 100644 --- a/test/bytecode/JavaTXCompilerTest.java +++ b/test/bytecode/JavaTXCompilerTest.java @@ -29,7 +29,7 @@ public class JavaTXCompilerTest { @Test public void test() throws IOException, java.lang.ClassNotFoundException { System.out.println(rootDirectory); - String fileName = "DuMethod"; + String fileName = "VoidMeth"; filesToTest.add(new File(rootDirectory+fileName+".jav")); System.out.println(rootDirectory+fileName+".jav"); JavaTXCompiler compiler = new JavaTXCompiler(filesToTest); diff --git a/test/bytecode/VoidMeth.jav b/test/bytecode/VoidMeth.jav index bdbf2545..6b3ab212 100644 --- a/test/bytecode/VoidMeth.jav +++ b/test/bytecode/VoidMeth.jav @@ -1,5 +1,4 @@ public class VoidMeth{ public void test(){ - System.out.print(""); } } \ No newline at end of file