summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/ackermann2.smt2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-05-21 16:46:48 -0500
committerGitHub <noreply@github.com>2021-05-21 21:46:48 +0000
commit0e9fed387aaf5d0cb1844ab20551fbebfcb8893d (patch)
treeeae04bb949859b150c35803f764e8f7a4d47794c /test/regress/regress0/arith/integers/ackermann2.smt2
parent8829c2cbb569296c188ef4285c7fe9568148f48a (diff)
Fix tests of unsat cores (#6593)
This updates all regressions that pass check-unsat-cores to enable check-unsat-cores. This includes any incremental benchmark, which was disabled in run_regression.py previously. It adds --no-check-unsat-cores to a few corner benchmarks that were previously disabled based on --incremental. It also reverts a change to when proofs are disabled: options like sygus-inference should not permit proofs (or unsat cores).
Diffstat (limited to 'test/regress/regress0/arith/integers/ackermann2.smt2')
-rw-r--r--test/regress/regress0/arith/integers/ackermann2.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/arith/integers/ackermann2.smt2 b/test/regress/regress0/arith/integers/ackermann2.smt2
index 3013071f9..9c02c830b 100644
--- a/test/regress/regress0/arith/integers/ackermann2.smt2
+++ b/test/regress/regress0/arith/integers/ackermann2.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --ackermann --no-check-unsat-cores
+; COMMAND-LINE: --ackermann
; EXPECT: unsat
(set-logic QF_UFLIA)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback