summaryrefslogtreecommitdiff
path: root/test/regress
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-10-15 06:08:48 -0700
committerGitHub <noreply@github.com>2019-10-15 06:08:48 -0700
commitd16c43da9e4268a03d86fd5e7e3afbabae94ad2f (patch)
tree6b53bd5c7aa5dbb0a9d43a3788f9823a6b8327e2 /test/regress
parent8c451415de55e27b24a204a0d35c07722bc832fc (diff)
Fix regression (#3393)
PR #3388 didn't disable the regression correctly (due to using `REQUIRE` instead of `REQUIRES`). This commit fixes the issue.
Diffstat (limited to 'test/regress')
-rw-r--r--test/regress/regress0/sygus/no-logic.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/sygus/no-logic.sy b/test/regress/regress0/sygus/no-logic.sy
index 06fc876cd..8c9794986 100644
--- a/test/regress/regress0/sygus/no-logic.sy
+++ b/test/regress/regress0/sygus/no-logic.sy
@@ -1,4 +1,4 @@
-; REQUIRE: no-competition
+; REQUIRES: no-competition
; COMMAND-LINE: --sygus-out=status --lang=sygus2
; EXPECT-ERROR: no-logic.sy:8.10: No set-logic command was given before this point.
; EXPECT-ERROR: no-logic.sy:8.10: CVC4 will make all theories available.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback