Merge branch 'bytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into bytecode

This commit is contained in:
Enrico Schrödter 2015-11-27 16:11:06 +01:00
commit f7804b754d

View File

@ -57,7 +57,7 @@ public class SingleClassTester {
e.printStackTrace();
TestCase.fail();
}finally{
writeLog(outputDirectory+"bytecode.log");
writeLog(inputFile+".log");
}
}