summaryrefslogtreecommitdiff
path: root/test/regress/regress1
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-15 14:08:00 -0500
committerGitHub <noreply@github.com>2021-04-15 14:08:00 -0500
commit1bbcce82a9b8c122a0921a46265534e796047faa (patch)
tree6be671f43f17f20b8f1074f2045f1b2cae382d5a /test/regress/regress1
parent6d79f73a8dffa7f16b1763a5949bd483bec4c333 (diff)
Reenable regression for minimizing instantiations (#6367)
Diffstat (limited to 'test/regress/regress1')
-rw-r--r--test/regress/regress1/quantifiers/dump-inst-proof.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/quantifiers/dump-inst-proof.smt2 b/test/regress/regress1/quantifiers/dump-inst-proof.smt2
index 0c8c21f01..c2ae56b88 100644
--- a/test/regress/regress1/quantifiers/dump-inst-proof.smt2
+++ b/test/regress/regress1/quantifiers/dump-inst-proof.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --dump-instantiations --produce-unsat-cores --print-inst-full
+; COMMAND-LINE: --dump-instantiations --produce-proofs --print-inst-full --no-check-unsat-cores
; EXPECT: unsat
; EXPECT: (instantiations (forall ((x Int)) (or (P x) (Q x)))
; EXPECT: ( 2 )
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback