Skip to content

Commit

Permalink
Remove temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
CerielJacobs committed Aug 27, 2019
1 parent 459edee commit f39cea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vlog/java/karmaresearch/vlog/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ static void runTest() throws Exception {
vlog.writeQueryResultsToCsv(
new Atom("p3", q1.toArray(new Term[q1.size()])), "blabla");
System.err.println("vlog should have thrown an exception");
Files.delete(Paths.get("blabla"));
} catch (NonExistingPredicateException e) {
// OK
}
Files.delete(Paths.get("blabla"));

vlog = new VLog();
vlog.start("", false);
Expand Down

0 comments on commit f39cea3

Please sign in to comment.