summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-09-28 10:47:09 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-09-28 10:47:09 +0200
commitfd186a7a53bc6c521eea2b83a5529ec2854d4428 (patch)
tree5650c8e0d8102fe0bb3da972dc736010a8c1c7ff /test/regress/regress0/strings
parentd41b88cdec616e56310492efcda9c553008661d0 (diff)
Fix bug for trivial extf inferences in strings. Improve caching for splits in strings. Other improvements.
Diffstat (limited to 'test/regress/regress0/strings')
-rw-r--r--test/regress/regress0/strings/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/strings/Makefile.am b/test/regress/regress0/strings/Makefile.am
index 79efee6e0..e880d3edc 100644
--- a/test/regress/regress0/strings/Makefile.am
+++ b/test/regress/regress0/strings/Makefile.am
@@ -55,7 +55,8 @@ TESTS = \
ilc-l-nt.smt2 \
artemis-0512-nonterm.smt2 \
indexof-sym-simp.smt2 \
- bug613.smt2
+ bug613.smt2 \
+ idof-triv.smt2
FAILING_TESTS =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback