summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/wand-simp-unsat.smt2
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-09 14:14:09 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-09 14:14:09 -0500
commita97944b850f201fd692aa870e830b8fa0369c541 (patch)
tree7f4ff2086c236b2041ea3546cd82f1af0ba997bc /test/regress/regress0/sep/wand-simp-unsat.smt2
parenta3a436b7b52eee9b6b5c93d58fb84e707b5e832b (diff)
Support for separation logic + EPR. Refactor preprocessing of sep.nil, only allow sep disequal card constants when type is monotonic. Update logics on sep regressions.
Diffstat (limited to 'test/regress/regress0/sep/wand-simp-unsat.smt2')
-rwxr-xr-xtest/regress/regress0/sep/wand-simp-unsat.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/sep/wand-simp-unsat.smt2 b/test/regress/regress0/sep/wand-simp-unsat.smt2
index 95bc85537..c9851661a 100755
--- a/test/regress/regress0/sep/wand-simp-unsat.smt2
+++ b/test/regress/regress0/sep/wand-simp-unsat.smt2
@@ -1,6 +1,6 @@
; COMMAND-LINE: --no-check-models
; EXPECT: unsat
-(set-logic ALL_SUPPORTED)
+(set-logic QF_ALL_SUPPORTED)
(declare-fun x () Int)
(assert (wand (pto x 1) (pto x 3)))
(assert (emp x))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback