summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-06-09 19:13:28 -0700
committerGitHub <noreply@github.com>2018-06-09 19:13:28 -0700
commitf64824685c9342466249e1eabca53b5c04c0aed2 (patch)
tree38a0a623599b99cbe0f80ea197015dd38dbda903
parent106e764a04e4099cc36d13de9cec47cbf717b6cc (diff)
Disable test that fails in competition mode (#2063)
Commit 106e764a04e4099cc36d13de9cec47cbf717b6cc missed one test case. This commit disables that test case for the competition build.
-rw-r--r--test/regress/regress1/error.cvc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress1/error.cvc b/test/regress/regress1/error.cvc
index 8f76c798a..986527f98 100644
--- a/test/regress/regress1/error.cvc
+++ b/test/regress/regress1/error.cvc
@@ -1,6 +1,7 @@
+% REQUIRES: no-competition
% ERROR-SCRUBBER: sed -e '/^[[:space:]]*$/d'
% EXPECT-ERROR: CVC4 Error:
-% EXPECT-ERROR: Parse Error: error.cvc:6.8: Symbol 'BOOL' not declared as a type
+% EXPECT-ERROR: Parse Error: error.cvc:7.8: Symbol 'BOOL' not declared as a type
% EXPECT-ERROR: p : BOOL;
% EXPECT-ERROR: ^
p : BOOL;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback