summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/General_plus10.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sygus/General_plus10.sy')
-rwxr-xr-xtest/regress/regress0/sygus/General_plus10.sy9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/regress/regress0/sygus/General_plus10.sy b/test/regress/regress0/sygus/General_plus10.sy
index 1792749e2..69bcd0f08 100755
--- a/test/regress/regress0/sygus/General_plus10.sy
+++ b/test/regress/regress0/sygus/General_plus10.sy
@@ -1,11 +1,10 @@
; EXPECT: unsat
-; COMMAND-LINE: --cegqi-si=all --sygus-out=status
+; COMMAND-LINE: --lang=sygus2 --cegqi-si=all --sygus-out=status
(set-logic LIA)
-(synth-fun fb () Int ((Start Int ((Constant Int)))))
-(synth-fun fc () Int ((Start Int ((Constant Int)))))
+(synth-fun fb () Int ((Start Int)) ((Start Int ((Constant Int)))))
+(synth-fun fc () Int ((Start Int)) ((Start Int ((Constant Int)))))
-(constraint (= fc (+ fb 10)))
+(constraint (= fc (+ fb 10)))
(check-synth)
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback