From 6a421dd8b0af7ef63de9e9566f06988bb4f16bce Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 2 Feb 2024 17:04:47 -0700 Subject: [PATCH] fix broken tests --- tests/scryer/cli/issues/goals_compound_goal.toml | 2 +- tests/scryer/cli/issues/goals_multiple_goals.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scryer/cli/issues/goals_compound_goal.toml b/tests/scryer/cli/issues/goals_compound_goal.toml index 4fd7d5ba..6cc3d16c 100644 --- a/tests/scryer/cli/issues/goals_compound_goal.toml +++ b/tests/scryer/cli/issues/goals_compound_goal.toml @@ -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"] diff --git a/tests/scryer/cli/issues/goals_multiple_goals.toml b/tests/scryer/cli/issues/goals_multiple_goals.toml index 25e739dd..676c61dc 100644 --- a/tests/scryer/cli/issues/goals_multiple_goals.toml +++ b/tests/scryer/cli/issues/goals_multiple_goals.toml @@ -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"] -- 2.54.0