mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-27 08:18:03 +00:00
Corrected path to test package
This commit is contained in:
parent
5900736fff
commit
ffaeb10b8b
@ -98,7 +98,7 @@ public class Compiler {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
generateByteCodeFileFromFile(List.of("src/main/resources/JavaTestfiles/ClassCanBeBytecoded.java"),
|
||||
generateByteCodeFileFromFile(List.of("src/test/testFiles/JavaTestfilesMore/ClassCanBeBytecoded.java"),
|
||||
List.of("ClassCanBeBytecoded"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user