summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/wand-simp-sat.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sep/wand-simp-sat.smt2')
-rwxr-xr-xtest/regress/regress0/sep/wand-simp-sat.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/sep/wand-simp-sat.smt2 b/test/regress/regress0/sep/wand-simp-sat.smt2
index df4bfa6d8..120683f74 100755
--- a/test/regress/regress0/sep/wand-simp-sat.smt2
+++ b/test/regress/regress0/sep/wand-simp-sat.smt2
@@ -1,6 +1,6 @@
; COMMAND-LINE: --no-check-models
; EXPECT: sat
-(set-logic ALL_SUPPORTED)
+(set-logic QF_ALL_SUPPORTED)
(declare-fun x () Int)
(assert (wand (pto x 1) (pto x 1)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback