summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/enum-test.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sygus/enum-test.sy')
-rw-r--r--test/regress/regress0/sygus/enum-test.sy4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/sygus/enum-test.sy b/test/regress/regress0/sygus/enum-test.sy
index cd129385e..7b59f5f1a 100644
--- a/test/regress/regress0/sygus/enum-test.sy
+++ b/test/regress/regress0/sygus/enum-test.sy
@@ -1,8 +1,8 @@
; EXPECT: unsat
-; COMMAND-LINE: --cegqi-si --no-dump-synth
+; COMMAND-LINE: --cegqi-si=all --no-dump-synth
(set-logic LIA)
(define-sort D (Enum (a b)))
(define-fun f ((x D)) Int (ite (= x D::a) 3 7))
(synth-fun g () D ((Start D (D::a D::b))))
(constraint (= (f g) 7))
-(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