summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-04-12 15:10:31 -0500
committerGitHub <noreply@github.com>2020-04-12 15:10:31 -0500
commitb9a903cc9a13c7bcdd334eb38730e62858321f07 (patch)
tree040863b41d21f4c14726eeb27fd0b19bc3d6cfcc /test/regress/CMakeLists.txt
parent9cd5bbf8c659d2e260bad71a841f5153f358a58b (diff)
Fixes for extended rewriter (#4278)
Fixes #4273 and fixes #4274 . This also removes a spurious assertion from the Node::substitute method that the result node is not equal to the domain. This is violated for f(f(x)) { f(x) -> x }.
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 01092cf6e..72621e5ab 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1328,6 +1328,7 @@ set(regress_1_tests
regress1/ite5.smt2
regress1/issue3970-nl-ext-purify.smt2
regress1/issue3990-sort-inference.smt2
+ regress1/issue4273-ext-rew-cache.smt2
regress1/lemmas/clocksynchro_5clocks.main_invar.base.smtv1.smt2
regress1/lemmas/pursuit-safety-8.smtv1.smt2
regress1/lemmas/simple_startup_9nodes.abstract.base.smtv1.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback