summaryrefslogtreecommitdiff
path: root/test/regress
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-11-05 09:25:33 -0600
committerGitHub <noreply@github.com>2018-11-05 09:25:33 -0600
commit700ee947a84ee8df9a7a50d44999a48ccc2626d8 (patch)
treeb603c44b6ebffb41fbd195675da51f79b3170285 /test/regress
parentf0d1016c0c9b5335a4c2f564ac1a115fe0a74329 (diff)
Allow partial models with optimized sygus enumeration (#2682)
Diffstat (limited to 'test/regress')
-rw-r--r--test/regress/regress1/sygus/commutative-stream.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/commutative-stream.sy b/test/regress/regress1/sygus/commutative-stream.sy
index 7b96a2bf3..8203fd9cf 100644
--- a/test/regress/regress1/sygus/commutative-stream.sy
+++ b/test/regress/regress1/sygus/commutative-stream.sy
@@ -3,7 +3,7 @@
; EXPECT: (error "Maximum term size (2) for enumerative SyGuS exceeded.")
; EXIT: 1
-; COMMAND-LINE: --sygus-stream --sygus-abort-size=2 --decision=justification
+; COMMAND-LINE: --sygus-stream --sygus-abort-size=2 --sygus-active-gen=none --decision=justification
(set-logic LIA)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback