Fix expected output on arith regression (#4162)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 27 Mar 2020 22:45:30 +0000 (17:45 -0500)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2020 22:45:30 +0000 (15:45 -0700)
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).

test/regress/regress1/arith/bug547.1.smt2

index 4b7cf978000a9fe0df6bc6bfaaea0cd09ddfb752..38d1dfcb132fcc79b5197d984576feaf07a5c37c 100644 (file)
@@ -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)