From: Andrew Reynolds Date: Fri, 27 Mar 2020 22:45:30 +0000 (-0500) Subject: Fix expected output on arith regression (#4162) X-Git-Tag: cvc5-1.0.0~3436 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea1f107a92f22961a50fbc51d93780f89cbd66e0;p=cvc5.git Fix expected output on arith regression (#4162) A benchmark went unknown -> sat, likely due to the arith-brab commit, thus leading to a failure on regress1.This updates the status on this benchmark (also adds --nl-ext-tplanes to it). --- diff --git a/test/regress/regress1/arith/bug547.1.smt2 b/test/regress/regress1/arith/bug547.1.smt2 index 4b7cf9780..38d1dfcb1 100644 --- a/test/regress/regress1/arith/bug547.1.smt2 +++ b/test/regress/regress1/arith/bug547.1.smt2 @@ -1,5 +1,5 @@ -; COMMAND-LINE: --rewrite-divk -; EXPECT: unknown +; COMMAND-LINE: --rewrite-divk --nl-ext-tplanes +; EXPECT: sat (set-logic QF_NIA) (declare-fun x () Int) (declare-fun y () Int)