summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-12 16:13:27 -0500
committerGitHub <noreply@github.com>2020-03-12 16:13:27 -0500
commitdd84f87edba9b0cde271fe7000208c5f8f97b890 (patch)
tree4cb6f0c00a45250fa575d13f49c502ec01026b89 /test/regress/CMakeLists.txt
parent920343a4a5586297dd98305b83785207025083b8 (diff)
Do not allow quantifiers over real variables in real to int pass. (#4049)
With quantifiers over real variables, --solve-real-as-int is neither sound nor complete. Thus we should abort in this case.
Diffstat (limited to 'test/regress/CMakeLists.txt')
-rw-r--r--test/regress/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index de2091ef6..c23ed07ee 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -690,7 +690,6 @@ set(regress_0_tests
regress0/push-pop/incremental-subst-bug.cvc
regress0/push-pop/issue1986.smt2
regress0/push-pop/issue2137.min.smt2
- regress0/push-pop/issue3915-real-as-int.smt2
regress0/push-pop/quant-fun-proc-unfd.smt2
regress0/push-pop/real-as-int-incremental.smt2
regress0/push-pop/simple_unsat_cores.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback