summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-06-01 16:25:50 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-06-01 16:25:50 -0500
commit324ca0376c960c75f621f0102eeaa1186589dda7 (patch)
tree46a8539229fc31226b416755e6a88c18476ecffc /test/regress/regress0/quantifiers/Makefile.am
parent6edc4fac0e5c868b6c6bad13ffc9112b16c1d5f5 (diff)
Fix to ignore a case of triggers with no free variables.
Diffstat (limited to 'test/regress/regress0/quantifiers/Makefile.am')
-rw-r--r--test/regress/regress0/quantifiers/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/Makefile.am b/test/regress/regress0/quantifiers/Makefile.am
index f6d65958e..4c657adf1 100644
--- a/test/regress/regress0/quantifiers/Makefile.am
+++ b/test/regress/regress0/quantifiers/Makefile.am
@@ -82,7 +82,8 @@ TESTS = \
parametric-lists.smt2 \
partial-trigger.smt2 \
inst-max-level-segf.smt2 \
- small-bug1-fixpoint-3.smt2
+ small-bug1-fixpoint-3.smt2 \
+ z3.620661-no-fv-trigger.smt2
# regression can be solved with --finite-model-find --fmf-inst-engine
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback