summaryrefslogtreecommitdiff
path: root/test/regress/regress2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress2')
-rw-r--r--test/regress/regress2/sygus/sixfuncs.sy2
-rw-r--r--test/regress/regress2/sygus/vcb.sy4
2 files changed, 5 insertions, 1 deletions
diff --git a/test/regress/regress2/sygus/sixfuncs.sy b/test/regress/regress2/sygus/sixfuncs.sy
index 5280ffb20..fc4d7e5be 100644
--- a/test/regress/regress2/sygus/sixfuncs.sy
+++ b/test/regress/regress2/sygus/sixfuncs.sy
@@ -1,3 +1,5 @@
+; EXPECT: unsat
+; COMMAND-LINE: --sygus-out=status
(set-logic LIA)
(synth-fun f1 ((p1 Int) (P1 Int)) Int
diff --git a/test/regress/regress2/sygus/vcb.sy b/test/regress/regress2/sygus/vcb.sy
index 9cc2389f3..7f895fae4 100644
--- a/test/regress/regress2/sygus/vcb.sy
+++ b/test/regress/regress2/sygus/vcb.sy
@@ -1,3 +1,5 @@
+; EXPECT: unsat
+; COMMAND-LINE: --sygus-out=status
(set-logic LIA)
(synth-fun f1 ((x1 Int) (x2 Int)) Int)
@@ -51,4 +53,4 @@
(constraint (or (Bad x1 x2) (not (AllZero (f1 x1 x2) (f2 x1 x2)))))
-(check-synth) \ No newline at end of file
+(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback