summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-09-02 16:20:31 -0700
committerGitHub <noreply@github.com>2020-09-02 18:20:31 -0500
commit6411f92760a9116dec7e3390dd1d2f1bd8566e94 (patch)
treee11ae0a24c157cf01dbcf287727240b4e75b7b8a /test
parent0f9fb31069d51e003a39b0e93f506324dec2bdac (diff)
Fix CryptoMiniSat build, regression (#5006)
This commit fixes builds that include CryptoMiniSat after commit 8ad308b removed them. It also fixes one of the regressions that requires unsat cores but was run when the build was configured without them.
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress1/sygus-abduct-test-user.smt21
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/regress1/sygus-abduct-test-user.smt2 b/test/regress/regress1/sygus-abduct-test-user.smt2
index bb02ebce2..fed9bd2a6 100644
--- a/test/regress/regress1/sygus-abduct-test-user.smt2
+++ b/test/regress/regress1/sygus-abduct-test-user.smt2
@@ -1,3 +1,4 @@
+; REQUIRES: proofs
; COMMAND-LINE: --produce-abducts
; COMMAND-LINE: --produce-abducts --sygus-core-connective
; SCRUBBER: grep -v -E '(\(define-fun)'
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback