From d16c43da9e4268a03d86fd5e7e3afbabae94ad2f Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Tue, 15 Oct 2019 06:08:48 -0700 Subject: Fix regression (#3393) PR #3388 didn't disable the regression correctly (due to using `REQUIRE` instead of `REQUIRES`). This commit fixes the issue. --- test/regress/regress0/sygus/no-logic.sy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regress') 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. -- cgit v1.2.3