summaryrefslogtreecommitdiff
path: root/test/regress/regress2/sygus/nia-max-square.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress2/sygus/nia-max-square.sy')
-rw-r--r--test/regress/regress2/sygus/nia-max-square.sy3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress2/sygus/nia-max-square.sy b/test/regress/regress2/sygus/nia-max-square.sy
index e023e837b..0657494b1 100644
--- a/test/regress/regress2/sygus/nia-max-square.sy
+++ b/test/regress/regress2/sygus/nia-max-square.sy
@@ -1,8 +1,9 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-out=status --nl-ext-tplanes
+; COMMAND-LINE: --lang=sygus2 --sygus-out=status --nl-ext-tplanes
(set-logic NIA)
(synth-fun max ((x Int) (y Int)) Int
+ ((Start Int) (StartBool Bool))
((Start Int (0 1 x y
(+ Start Start)
(- Start Start)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback