summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/rew-to-scala.smt2
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-08-04 16:51:35 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2017-08-04 16:51:35 +0200
commit59620e0dcafd8224ce609785c37dd8350c33683f (patch)
tree1bd882ba00e2716ace9f520bcfc32ac6374f9b38 /test/regress/regress0/quantifiers/rew-to-scala.smt2
parentb539a167fa56deea34472a9725693f45ae325dd8 (diff)
Set default language to smt lib 2.6 (including as a base language for sygus), update regressions.
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, 2 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/rew-to-scala.smt2 b/test/regress/regress0/quantifiers/rew-to-scala.smt2
index 1e29241eb..6c191d688 100644
--- a/test/regress/regress0/quantifiers/rew-to-scala.smt2
+++ b/test/regress/regress0/quantifiers/rew-to-scala.smt2
@@ -1,3 +1,5 @@
+; COMMAND-LINE: --lang=smt2.5
+; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(set-info :status unsat)
(declare-datatypes () ((Formula!953 (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))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback