summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-19 17:57:42 -0500
committerGitHub <noreply@github.com>2020-03-19 17:57:42 -0500
commit4190e79f22015de75a0c33ddda89d6b7ac2fd5c3 (patch)
treeddc706f2f6b3d91092426b39e242b5398931d9e0
parent027ed263703823adf3c9f7e9fa11df0832f538b0 (diff)
Fix regression output related to sygus+bv-div-zero (#4122)
-rw-r--r--test/regress/regress1/sygus/issue3995-fmf-var-op.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/issue3995-fmf-var-op.smt2 b/test/regress/regress1/sygus/issue3995-fmf-var-op.smt2
index 72ece4064..bc882fc8a 100644
--- a/test/regress/regress1/sygus/issue3995-fmf-var-op.smt2
+++ b/test/regress/regress1/sygus/issue3995-fmf-var-op.smt2
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-inference --fmf-bound --uf-ho --no-bv-div-zero-const
+; COMMAND-LINE: --sygus-inference --fmf-bound --uf-ho
(set-logic ALL)
(declare-fun a () (_ BitVec 1))
(assert (bvsgt (bvsmod a a) #b0))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback