summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus-abduct-test.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sygus-abduct-test.smt2')
-rw-r--r--test/regress/regress1/sygus-abduct-test.smt24
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress1/sygus-abduct-test.smt2 b/test/regress/regress1/sygus-abduct-test.smt2
index 4ac90870c..d01f5f5ff 100644
--- a/test/regress/regress1/sygus-abduct-test.smt2
+++ b/test/regress/regress1/sygus-abduct-test.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --sygus-abduct --sygus-abort-size=2
+; COMMAND-LINE: --produce-abducts --sygus-stream --sygus-abort-size=2
; EXPECT: (error "Maximum term size (2) for enumerative SyGuS exceeded.")
; SCRUBBER: grep -v -E '(\(define-fun)'
; EXIT: 1
@@ -13,4 +13,4 @@
(assert (and (<= n x)(<= x (+ n 5))))
(assert (and (<= 1 y)(<= y m)))
-(check-sat-assuming ((< x y)))
+(get-abduct A (< x y))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback