summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/mix-simp.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/mix-simp.smt2')
-rw-r--r--test/regress/regress0/quantifiers/mix-simp.smt24
1 files changed, 3 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/mix-simp.smt2 b/test/regress/regress0/quantifiers/mix-simp.smt2
index 0b8c5067d..b7142c6e9 100644
--- a/test/regress/regress0/quantifiers/mix-simp.smt2
+++ b/test/regress/regress0/quantifiers/mix-simp.smt2
@@ -1,4 +1,6 @@
-(set-logic ALL_SUPPORTED)
+; COMMAND-LINE: --no-check-models
+; EXPECT: sat
+(set-logic LIRA)
(set-info :status sat)
(assert (forall ((x Real)) (exists ((y Int)) (and (>= y x) (< y (+ x 1))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback