Checkpoint
This commit is contained in:
parent
43b364044e
commit
9db1c66781
34 changed files with 746 additions and 194 deletions
|
@ -16,8 +16,6 @@ class SourceFileReaderTests {
|
|||
val reader = FileLoader()
|
||||
|
||||
reader.readFile(inputFile)
|
||||
|
||||
println(Program.predicates)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -26,7 +24,5 @@ class SourceFileReaderTests {
|
|||
val reader = FileLoader()
|
||||
|
||||
reader.readFile(inputFile)
|
||||
|
||||
println(Program.predicates)
|
||||
}
|
||||
}
|
Reference in a new issue