summaryrefslogtreecommitdiff
path: root/test/regress/regress1/fmf/PUZ001+1.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/regress1/fmf/PUZ001+1.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/regress1/fmf/PUZ001+1.smt2')
-rw-r--r--test/regress/regress1/fmf/PUZ001+1.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/fmf/PUZ001+1.smt2 b/test/regress/regress1/fmf/PUZ001+1.smt2
index 9c36ac561..81daf6c9c 100644
--- a/test/regress/regress1/fmf/PUZ001+1.smt2
+++ b/test/regress/regress1/fmf/PUZ001+1.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --finite-model-find --no-check-unsat-cores
+; COMMAND-LINE: --finite-model-find
; EXPECT: unsat
;%------------------------------------------------------------------------------
;% File : PUZ001+1 : TPTP v5.4.0. Released v2.0.0.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback