summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/array-unsat-simp3.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/array-unsat-simp3.smt2')
-rw-r--r--test/regress/regress0/quantifiers/array-unsat-simp3.smt23
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/array-unsat-simp3.smt2 b/test/regress/regress0/quantifiers/array-unsat-simp3.smt2
index a16c9395d..9dade2073 100644
--- a/test/regress/regress0/quantifiers/array-unsat-simp3.smt2
+++ b/test/regress/regress0/quantifiers/array-unsat-simp3.smt2
@@ -1,3 +1,5 @@
+; COMMAND-LINE: --full-saturate-quant
+; EXPECT: unsat
(set-logic AUFLIA)
(set-info :smt-lib-version 2.0)
(set-info :category "crafted")
@@ -18,5 +20,4 @@
(assert (not (= i1 i2)))
(assert (not (= (store_uf (store_uf a1 i1 e1) i2 e2) (store_uf (store_uf a1 i2 e2) i1 e1))))
(check-sat)
-(get-info :reason-unknown)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback