summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-12-09 14:32:32 -0600
committerAndres Noetzli <andres.noetzli@gmail.com>2019-12-09 12:32:32 -0800
commit33c5eb093a7f032a7d9c9263da595eb53fdd223b (patch)
treea08a2ab95bb8e09b6be768b18b99346c48488dec /test/regress/CMakeLists.txt
parentb6ce0f23ce0aaa0552767e8067fe58dbceee11cb (diff)
Fix case of uninterpreted constant instantiation in FMF (#3543)
Fixes #3537. This benchmark triggers a potential unsoundness caused by instantiating with an uninterpreted constant (which is unsound).
Diffstat (limited to 'test/regress/CMakeLists.txt')
-rw-r--r--test/regress/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 787633178..edc44c3d2 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1412,6 +1412,7 @@ set(regress_1_tests
regress1/quantifiers/issue3316.smt2
regress1/quantifiers/issue3317.smt2
regress1/quantifiers/issue3481.smt2
+ regress1/quantifiers/issue3537.smt2
regress1/quantifiers/issue993.smt2
regress1/quantifiers/javafe.ast.StmtVec.009.smt2
regress1/quantifiers/lra-vts-inf.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback