summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-27 17:45:30 -0500
committerGitHub <noreply@github.com>2020-03-27 15:45:30 -0700
commitea1f107a92f22961a50fbc51d93780f89cbd66e0 (patch)
tree50be85e838dd4ae0efd9e960d6cb89caa33b3e1c /test/regress/regress1/arith
parent4b7fc20dcce9eefdf568937f5e2c54141c4f5c5b (diff)
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).
Diffstat (limited to 'test/regress/regress1/arith')
-rw-r--r--test/regress/regress1/arith/bug547.1.smt24
1 files changed, 2 insertions, 2 deletions
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)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback