summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-07-07 11:08:24 -0500
committerGitHub <noreply@github.com>2021-07-07 16:08:24 +0000
commitab2d074e105a1271eee0595f17730eeb7143e933 (patch)
tree39f7197c2622eb5add9e63bc471cb2b3dfbb6cbd
parente0824de45d26f02a6422e596a3b743e9ea455bd2 (diff)
Fix regressions for competition build (#6846)
Fixes one of the issues in the nightlies.
-rw-r--r--test/regress/regress0/sygus/print-debug.sy1
-rw-r--r--test/regress/regress1/quantifiers/qid-debug-inst.smt21
2 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/regress0/sygus/print-debug.sy b/test/regress/regress0/sygus/print-debug.sy
index 08b2f7c50..18da0feea 100644
--- a/test/regress/regress0/sygus/print-debug.sy
+++ b/test/regress/regress0/sygus/print-debug.sy
@@ -1,3 +1,4 @@
+; REQUIRES: no-competition
; COMMAND-LINE: -o sygus
; EXPECT: (sygus-enum 0)
; EXPECT: (sygus-candidate (f 0))
diff --git a/test/regress/regress1/quantifiers/qid-debug-inst.smt2 b/test/regress/regress1/quantifiers/qid-debug-inst.smt2
index 7b943f479..55338bf6c 100644
--- a/test/regress/regress1/quantifiers/qid-debug-inst.smt2
+++ b/test/regress/regress1/quantifiers/qid-debug-inst.smt2
@@ -1,3 +1,4 @@
+; REQUIRES: no-competition
; COMMAND-LINE: -o inst --no-check-unsat-cores
; EXPECT: (num-instantiations myQuant1 1)
; EXPECT: (num-instantiations myQuant2 1)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback