summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/cegisunif-depth1.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sygus/cegisunif-depth1.sy')
-rw-r--r--test/regress/regress1/sygus/cegisunif-depth1.sy3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/cegisunif-depth1.sy b/test/regress/regress1/sygus/cegisunif-depth1.sy
index 9f6f65907..06c4d3a78 100644
--- a/test/regress/regress1/sygus/cegisunif-depth1.sy
+++ b/test/regress/regress1/sygus/cegisunif-depth1.sy
@@ -1,8 +1,9 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-unif-pi=complete --sygus-out=status
+; COMMAND-LINE: --lang=sygus2 --sygus-unif-pi=complete --sygus-out=status
(set-logic LIA)
(synth-fun f ((x Int) (y Int)) Int
+ ((Start Int) (CBool Bool))
(
(Start Int
(0 1 x y
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback