summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/qbv-test-invert-mul.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/qbv-test-invert-mul.smt2')
-rw-r--r--test/regress/regress0/quantifiers/qbv-test-invert-mul.smt21
1 files changed, 0 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/qbv-test-invert-mul.smt2 b/test/regress/regress0/quantifiers/qbv-test-invert-mul.smt2
index 235d353ef..84e9fa7ce 100644
--- a/test/regress/regress0/quantifiers/qbv-test-invert-mul.smt2
+++ b/test/regress/regress0/quantifiers/qbv-test-invert-mul.smt2
@@ -4,7 +4,6 @@
(set-info :status sat)
(declare-fun a () (_ BitVec 32))
(declare-fun b () (_ BitVec 32))
-(declare-fun c () (_ BitVec 32))
(assert (forall ((x (_ BitVec 32))) (not (= (bvmul x a) b))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback