From eddac2c8ed90e00fb4254592503706acb71d35c0 Mon Sep 17 00:00:00 2001 From: JanUlrich Date: Wed, 13 Dec 2017 13:15:11 +0100 Subject: [PATCH] VoidMeth Test korrigieren --- test/bytecode/JavaTXCompilerTest.java | 2 +- test/bytecode/VoidMeth.jav | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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