summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/array-unsat-simp3.smt2
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-18 14:50:45 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-18 14:50:45 +0000
commit283822d8dc26004cd5b15a5b8e198d4f3068ebd0 (patch)
treefce9a276c2c5278f461ef49b09c592ca71c1f6eb /test/regress/regress0/quantifiers/array-unsat-simp3.smt2
parent747c97106c6a6f8f8718b4b5ddfd61f505f3bf5f (diff)
SMT-LIBv2 compliance regarding outputting "unknown".
Thanks to Peter Collingbourne for the report, and the patch! (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'test/regress/regress0/quantifiers/array-unsat-simp3.smt2')
-rw-r--r--test/regress/regress0/quantifiers/array-unsat-simp3.smt21
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/array-unsat-simp3.smt2 b/test/regress/regress0/quantifiers/array-unsat-simp3.smt2
index 40e07ada7..a16c9395d 100644
--- a/test/regress/regress0/quantifiers/array-unsat-simp3.smt2
+++ b/test/regress/regress0/quantifiers/array-unsat-simp3.smt2
@@ -18,4 +18,5 @@
(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