From: Andres Noetzli Date: Fri, 6 Mar 2020 17:45:08 +0000 (-0800) Subject: Ignore model check warning in regression test (#3926) X-Git-Tag: cvc5-1.0.0~3555 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9347f7d0ca130f85df103e5271536a165a04a64;p=cvc5.git 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. --- 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)