fix broken tests
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# issue 820
|
||||
args = ["-f", "--no-add-history", "-g", "test,halt", "goals.pl"]
|
||||
args = ["-f", "--no-add-history", "goals.pl", "-g", "test,halt"]
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# issue 820
|
||||
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "goals.pl"]
|
||||
args = ["-f", "--no-add-history", "goals.pl", "-g", "test", "-g", "halt"]
|
||||
|
||||
Reference in New Issue
Block a user