summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/mix-match.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/mix-match.smt2')
-rw-r--r--test/regress/regress0/quantifiers/mix-match.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/mix-match.smt2 b/test/regress/regress0/quantifiers/mix-match.smt2
index 110df2fa4..9329f4c56 100644
--- a/test/regress/regress0/quantifiers/mix-match.smt2
+++ b/test/regress/regress0/quantifiers/mix-match.smt2
@@ -1,6 +1,6 @@
; COMMAND-LINE:
; EXPECT: unsat
-(set-logic ALL_SUPPORTED)
+(set-logic ALL)
(set-info :status unsat)
(declare-fun P (Real) Bool)
(assert (forall ((x Int)) (P x)))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback