From b9347f7d0ca130f85df103e5271536a165a04a64 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Fri, 6 Mar 2020 09:45:08 -0800 Subject: [PATCH] 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. --- test/regress/regress1/quantifiers/real-to-int-quant.smt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2