summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-22 12:39:22 -0500
committerGitHub <noreply@github.com>2018-08-22 12:39:22 -0500
commit3e098509138842fbfb8cfc504b6ad390f7630948 (patch)
treeec01e41865c43c99f1b6f7fead61c5f709f05eb5
parent9557a5b17781e23e61f9393289fb77dd00386258 (diff)
Fix option for real2int regression. (#2353)
-rw-r--r--test/regress/regress1/arith/real2int-test.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/arith/real2int-test.smt2 b/test/regress/regress1/arith/real2int-test.smt2
index 77bc1eda2..a769aa4de 100644
--- a/test/regress/regress1/arith/real2int-test.smt2
+++ b/test/regress/regress1/arith/real2int-test.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --solve-real-as-int
+; COMMAND-LINE: --solve-real-as-int --no-new-prop
; 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