summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2021-06-02 06:50:51 -0700
committerGitHub <noreply@github.com>2021-06-02 13:50:51 +0000
commitc54fe84863ce4257bd466a95ec42d7a6100d3c19 (patch)
tree33ad856f7687f5faa234093350407e62a7e0e973 /test/regress/CMakeLists.txt
parent66cdf5254bc58ecff335321478e73c8c0d6df296 (diff)
Make `STRINGS_CTN_DECOMPOSE` an explicit conflict (#6663)
Fixes #6643. The STRINGS_CTN_DECOMPOSE inference is always a conflict but we sometimes sent it as an inference. To make sure that the inference manager actually recognizes the inference as a conflict, this commit ensures that the conclusion is always false and modifies the explanation accordingly.
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 3adb3ebbb..daa28580a 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1150,6 +1150,7 @@ set(regress_0_tests
regress0/strings/issue6520.smt2
regress0/strings/issue6560-indexof-reduction.smt2
regress0/strings/issue6604-re-elim.smt2
+ regress0/strings/issue6643-ctn-decompose-conflict.smt2
regress0/strings/itos-entail.smt2
regress0/strings/large-model.smt2
regress0/strings/leadingzero001.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback