summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/ARI176e1.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/ARI176e1.smt2')
-rw-r--r--test/regress/regress0/quantifiers/ARI176e1.smt23
1 files changed, 1 insertions, 2 deletions
diff --git a/test/regress/regress0/quantifiers/ARI176e1.smt2 b/test/regress/regress0/quantifiers/ARI176e1.smt2
index caed9c603..36dccc21f 100644
--- a/test/regress/regress0/quantifiers/ARI176e1.smt2
+++ b/test/regress/regress0/quantifiers/ARI176e1.smt2
@@ -1,5 +1,4 @@
-; COMMAND-LINE: --cbqi-recurse
-; EXPECT: unsat
(set-logic LIA)
+(set-info :status unsat)
(assert (forall ((U Int) (V Int)) (not (= (* 3 U) (+ 22 (* (- 5) V)))) ) )
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback