summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-04-18 19:48:04 -0500
committerGitHub <noreply@github.com>2020-04-18 19:48:04 -0500
commitecf3e9c874095e836b5ea4d9bed6b063b2a5f108 (patch)
treeccdec9965f660d5987962b61bb691a7deca4ebca
parent15be4ec678fc59760add75c675efd81c32b8573b (diff)
Disable unsat cores on nec regression (#4330)
Should fix the nightlies.
-rw-r--r--test/regress/regress2/arith/prp-13-24.smt22
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/regress2/arith/prp-13-24.smt2 b/test/regress/regress2/arith/prp-13-24.smt2
index 321807822..ffb7fcb0f 100644
--- a/test/regress/regress2/arith/prp-13-24.smt2
+++ b/test/regress/regress2/arith/prp-13-24.smt2
@@ -1,3 +1,5 @@
+; COMMAND-LINE: --no-check-unsat-cores
+; EXPECT: unsat
(set-logic QF_LIA)
(set-option :ite-simp true)
(set-option :simp-ite-compress true)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback