summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-22 10:02:05 -0500
committerGitHub <noreply@github.com>2021-04-22 15:02:05 +0000
commitccd0e7fdf1484d72b0a2565fefd0259fe7557b0c (patch)
tree5713dd6c821f13151e6ba71f519d5d2394a316c6 /test/regress/regress0/push-pop
parentbc928d24d7454d81f39006b4129a29286fcd10eb (diff)
Fix models for sygus-inference, bv2int, real2int (#6421)
In each case, previously we were generating a define-fun, what we needed was to do a model substitution. This actually meant that check-models was giving false positives. The model was incorrect but check-models succeeded due to its use of expand definitions.
Diffstat (limited to 'test/regress/regress0/push-pop')
-rw-r--r--test/regress/regress0/push-pop/real-as-int-incremental.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/push-pop/real-as-int-incremental.smt2 b/test/regress/regress0/push-pop/real-as-int-incremental.smt2
index 81af8c4e7..155033d7d 100644
--- a/test/regress/regress0/push-pop/real-as-int-incremental.smt2
+++ b/test/regress/regress0/push-pop/real-as-int-incremental.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --incremental --solve-real-as-int
+; COMMAND-LINE: --incremental --solve-real-as-int -q
; EXPECT: sat
; EXPECT: sat
; EXPECT: sat
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback