Ignore model check warning in regression test (#3926)
authorAndres Noetzli <andres.noetzli@gmail.com>
Fri, 6 Mar 2020 17:45:08 +0000 (09:45 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2020 17:45:08 +0000 (09:45 -0800)
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.

test/regress/regress1/quantifiers/real-to-int-quant.smt2

index 5d7b8d44e3ef515bdff56649b891c504a508eef4..94b1312685e3e32e8d5e37d84b99d688bcf36bb4 100644 (file)
@@ -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)