summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-03-06 09:45:08 -0800
committerGitHub <noreply@github.com>2020-03-06 09:45:08 -0800
commitb9347f7d0ca130f85df103e5271536a165a04a64 (patch)
treef67065f26dbe69f7b5e505552cbca6a9b2a442a4
parentf3a773dc772cc3ef0590f01e7ce2ebe0ce87bfd3 (diff)
Ignore model check warning in regression test (#3926)
PR #3918 added a new test case that results in a warning when checking models, which makes the regression fail. This commit adds a flag to the test to ignore that warning.
-rw-r--r--test/regress/regress1/quantifiers/real-to-int-quant.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/quantifiers/real-to-int-quant.smt2 b/test/regress/regress1/quantifiers/real-to-int-quant.smt2
index 5d7b8d44e..94b131268 100644
--- a/test/regress/regress1/quantifiers/real-to-int-quant.smt2
+++ b/test/regress/regress1/quantifiers/real-to-int-quant.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --solve-real-as-int
+; COMMAND-LINE: --solve-real-as-int --quiet
; EXPECT: sat
(set-logic ALL)
(set-info :status sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback