summaryrefslogtreecommitdiff
path: root/test/regress/regress0/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-11 21:17:12 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-11 21:17:12 +0000
commit22c270963b48dae4e306972026c8accf7c9a6765 (patch)
treebdea5da5abc889ff9c053efa6a508a7ca77f6c4d /test/regress/regress0/Makefile.am
parent1ddacacb1a002fa38292f523f30df50b9e3d70fe (diff)
Fix bug 421, again, and add a second, independent test case for the same
with --check-models (which caused the same bug, for a different reason, due to some unintended interaction between the checkModel() function and the UserContext, which rolled back the Model object. (Groan...) (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'test/regress/regress0/Makefile.am')
-rw-r--r--test/regress/regress0/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/Makefile.am b/test/regress/regress0/Makefile.am
index de1c8eca5..4a4f02d91 100644
--- a/test/regress/regress0/Makefile.am
+++ b/test/regress/regress0/Makefile.am
@@ -132,7 +132,8 @@ BUG_TESTS = \
bug382.smt2 \
bug383.smt2 \
bug398.smt2 \
- bug421.smt2
+ bug421.smt2 \
+ bug421b.smt2
TESTS = $(SMT_TESTS) $(SMT2_TESTS) $(CVC_TESTS) $(TPTP_TESTS) $(BUG_TESTS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback