summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2021-09-02 07:03:12 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2021-09-02 07:03:12 -0500
commit3823bf3fbf981ee53990a21b49016fd00073b2bd (patch)
treef8c7230738f712909e5873c478713b4a8070b6cd
parent3729f4856f2bdcdbc11823428d65b3537315390e (diff)
Disable proofs for failing regression
-rw-r--r--test/regress/regress2/arith/real2int-test.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress2/arith/real2int-test.smt2 b/test/regress/regress2/arith/real2int-test.smt2
index b27b6e2b3..73084c841 100644
--- a/test/regress/regress2/arith/real2int-test.smt2
+++ b/test/regress/regress2/arith/real2int-test.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --solve-real-as-int --no-new-prop --nl-ext-tplanes
+; COMMAND-LINE: --solve-real-as-int --no-new-prop --nl-ext-tplanes --no-produce-proofs
; EXPECT: sat
(set-info :smt-lib-version 2.6)
(set-logic QF_NRA)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback