From 4d04a1014f058ef2dca9859389b55d87b474d270 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 7 Nov 2012 20:34:09 +0000 Subject: * Type ascription bug fixed (resolves bug 432), but there are others I discovered (still outstanding). :-( * Fix a documentation-building problem when building from tarballs (fixes distcheck build failure last night) * Provide expected output for arith regression 'mod.01.smt2' * Also, fix a compiler warning in inst_gen.cpp (this commit was certified error- and warning-free by the test-and-commit script.) --- test/regress/regress0/arith/mod.01.smt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/regress/regress0/arith/mod.01.smt2') diff --git a/test/regress/regress0/arith/mod.01.smt2 b/test/regress/regress0/arith/mod.01.smt2 index 2e3f1d834..27a79ff17 100644 --- a/test/regress/regress0/arith/mod.01.smt2 +++ b/test/regress/regress0/arith/mod.01.smt2 @@ -1,3 +1,5 @@ +; EXPECT: unknown +; EXIT: 0 (set-logic QF_NIA) (set-info :smt-lib-version 2.0) (set-info :status unknown) @@ -7,4 +9,4 @@ (assert (>= n 1)) (assert (< (mod x n) n)) -(check-sat) \ No newline at end of file +(check-sat) -- cgit v1.2.3