From be3732415376e78930a4b74145f0101324db4c15 Mon Sep 17 00:00:00 2001 From: Tim King Date: Wed, 15 Apr 2015 18:10:43 +0200 Subject: Adding an example that violates an assertion during unconstrained simplification. --- test/regress/regress0/unconstrained/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/regress/regress0/unconstrained/Makefile.am') diff --git a/test/regress/regress0/unconstrained/Makefile.am b/test/regress/regress0/unconstrained/Makefile.am index a262499b8..4136566a0 100644 --- a/test/regress/regress0/unconstrained/Makefile.am +++ b/test/regress/regress0/unconstrained/Makefile.am @@ -71,7 +71,9 @@ TESTS = \ lt.smt2 \ uf1.smt2 \ uf2.smt2 \ - xor.smt2 + xor.smt2 + +# mult1.smt2 EXTRA_DIST = $(TESTS) -- cgit v1.2.3