Datei für Logausgabe in compileToBytecode ändern

This commit is contained in:
JanUlrich 2015-11-27 13:15:13 +01:00
parent 8ae7bda535
commit 63b2224f46

View File

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