summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-23 14:11:36 -0500
committerGitHub <noreply@github.com>2018-08-23 14:11:36 -0500
commit4dc48596188c0550e625434cdd893d909810f9de (patch)
tree6254d1631c791f5c93ca2d5b001d07a1ea933357 /test/regress/regress1/quantifiers
parentf66f40912490226291d5af6c1f8b66e9ba6d7633 (diff)
Fix regression requiring proof build. (#2364)
Diffstat (limited to 'test/regress/regress1/quantifiers')
-rw-r--r--test/regress/regress1/quantifiers/dump-inst-proof.smt21
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/regress1/quantifiers/dump-inst-proof.smt2 b/test/regress/regress1/quantifiers/dump-inst-proof.smt2
index c4eedc16f..674950c34 100644
--- a/test/regress/regress1/quantifiers/dump-inst-proof.smt2
+++ b/test/regress/regress1/quantifiers/dump-inst-proof.smt2
@@ -1,3 +1,4 @@
+; REQUIRES: proof
; COMMAND-LINE: --dump-instantiations --proof
; EXPECT: unsat
; EXPECT: (instantiation (forall ((x Int)) (or (P x) (Q x)) )
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback