summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/rew-to-scala.smt2
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-06-02 10:16:26 -0700
committerGitHub <noreply@github.com>2021-06-02 17:16:26 +0000
commitdde15bdbf752246fe7cb504df22261e0ad3835db (patch)
treeff0b646059dc67c68e24abcc3af5fb3ceeabdc41 /test/regress/regress0/quantifiers/rew-to-scala.smt2
parent338982182dbdabecf6f3b06e659621cf43bed916 (diff)
Remove redundant logic ALL_SUPPORTED. (#6664)
Diffstat (limited to 'test/regress/regress0/quantifiers/rew-to-scala.smt2')
-rw-r--r--test/regress/regress0/quantifiers/rew-to-scala.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/rew-to-scala.smt2 b/test/regress/regress0/quantifiers/rew-to-scala.smt2
index 343458bee..7e8d70126 100644
--- a/test/regress/regress0/quantifiers/rew-to-scala.smt2
+++ b/test/regress/regress0/quantifiers/rew-to-scala.smt2
@@ -1,5 +1,5 @@
; EXPECT: unsat
-(set-logic ALL_SUPPORTED)
+(set-logic ALL)
(set-info :status unsat)
(declare-datatypes ((Formula!953 0)) (((And!954 (lhs!955 Formula!953) (rhs!956 Formula!953)) (Not!957 (f!958 Formula!953)) (Or!959 (lhs!960 Formula!953) (rhs!961 Formula!953)) (Variable!962 (id!963 (_ BitVec 32))))))
(declare-fun error_value!964 () Bool)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback