]> Repositorios git - scryer-prolog.git/commitdiff
fix broken tests
authorMark <[email protected]>
Sat, 3 Feb 2024 00:04:47 +0000 (17:04 -0700)
committerMark <[email protected]>
Sat, 3 Feb 2024 00:04:47 +0000 (17:04 -0700)
tests/scryer/cli/issues/goals_compound_goal.toml
tests/scryer/cli/issues/goals_multiple_goals.toml

index 4fd7d5ba9dd9c6a5c24176e62a9cac912de13902..6cc3d16c8f18ea118b1ce7b6b1e5a3a4e3799e1f 100644 (file)
@@ -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"]
index 25e739dd0dfe08618d5126d120df0853c09c7973..676c61dc1b5ce475d46297dac3441b53a6ab3154 100644 (file)
@@ -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"]