summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-simp-unsat.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sep/wand-simp-unsat.smt2')
-rw-r--r--test/regress/regress1/sep/wand-simp-unsat.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sep/wand-simp-unsat.smt2 b/test/regress/regress1/sep/wand-simp-unsat.smt2
index dabdc18e4..2e90dfb26 100644
--- a/test/regress/regress1/sep/wand-simp-unsat.smt2
+++ b/test/regress/regress1/sep/wand-simp-unsat.smt2
@@ -1,6 +1,6 @@
; COMMAND-LINE:
; EXPECT: unsat
-(set-logic QF_ALL_SUPPORTED)
+(set-logic QF_ALL)
(declare-fun x () Int)
(declare-heap (Int Int))
(assert (wand (pto x 1) (pto x 3)))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback