forked from JavaTX/JavaCompilerCore
VoidMeth Test korrigieren
This commit is contained in:
parent
a8274bdc69
commit
eddac2c8ed
@ -29,7 +29,7 @@ public class JavaTXCompilerTest {
|
|||||||
@Test
|
@Test
|
||||||
public void test() throws IOException, java.lang.ClassNotFoundException {
|
public void test() throws IOException, java.lang.ClassNotFoundException {
|
||||||
System.out.println(rootDirectory);
|
System.out.println(rootDirectory);
|
||||||
String fileName = "DuMethod";
|
String fileName = "VoidMeth";
|
||||||
filesToTest.add(new File(rootDirectory+fileName+".jav"));
|
filesToTest.add(new File(rootDirectory+fileName+".jav"));
|
||||||
System.out.println(rootDirectory+fileName+".jav");
|
System.out.println(rootDirectory+fileName+".jav");
|
||||||
JavaTXCompiler compiler = new JavaTXCompiler(filesToTest);
|
JavaTXCompiler compiler = new JavaTXCompiler(filesToTest);
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
public class VoidMeth{
|
public class VoidMeth{
|
||||||
public void test(){
|
public void test(){
|
||||||
System.out.print("");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user