summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-03 15:05:45 -0600
committerGitHub <noreply@github.com>2020-02-03 13:05:45 -0800
commit1c55227e6ef30149e6a008fdea56573f67244a61 (patch)
tree87a0e6355a8d0ab56605bdd2dce4934b8e67c770 /test/regress/regress0/sygus
parent25ee78ea4a4111ca7e72e9d81cb7f23f3d1c2fb7 (diff)
Minor fixes to regressions (#3702)
Fixes two issues in regressions, fixes regress1.
Diffstat (limited to 'test/regress/regress0/sygus')
-rw-r--r--test/regress/regress0/sygus/pbe-pred-contra.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/sygus/pbe-pred-contra.sy b/test/regress/regress0/sygus/pbe-pred-contra.sy
index 22fc12e60..5fbe91e2e 100644
--- a/test/regress/regress0/sygus/pbe-pred-contra.sy
+++ b/test/regress/regress0/sygus/pbe-pred-contra.sy
@@ -1,4 +1,4 @@
-; COMMAND_LINE: --cegqi-si=none --sygus-out=status
+; COMMAND-LINE: --cegqi-si=none --sygus-out=status
; EXPECT: unknown
(set-logic LIA)
(synth-fun P ((x Int)) Bool)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback