summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-12-10 09:07:47 -0600
committerGitHub <noreply@github.com>2019-12-10 09:07:47 -0600
commitee5fed52332ec6baddc8ecd8f8e04a644990bf29 (patch)
treee93025f800e1a5f8d851859c19734ed575f605e9 /test/regress/regress1/quantifiers
parent2b4e146c3a090e21b64d48ebb4308e5ec58a8c4b (diff)
Allow unsat cores with sygus inference (#3550)
Diffstat (limited to 'test/regress/regress1/quantifiers')
-rw-r--r--test/regress/regress1/quantifiers/issue3537.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/quantifiers/issue3537.smt2 b/test/regress/regress1/quantifiers/issue3537.smt2
index 0a2f3feaa..08f929c4c 100644
--- a/test/regress/regress1/quantifiers/issue3537.smt2
+++ b/test/regress/regress1/quantifiers/issue3537.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --strings-exp
+; COMMAND-LINE: --strings-exp --no-check-models
; EXPECT: sat
(set-logic ALL)
(declare-datatypes ((UNIT 0)) (((Unit))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback