diff options
Diffstat (limited to 'test/Parser/block-block-storageclass.c')
-rw-r--r-- | test/Parser/block-block-storageclass.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Parser/block-block-storageclass.c b/test/Parser/block-block-storageclass.c index a4efc44..97ba113 100644 --- a/test/Parser/block-block-storageclass.c +++ b/test/Parser/block-block-storageclass.c @@ -1,5 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -parse-noop %s -#if 0 +// RUN: %clang_cc1 -fsyntax-only -fblocks -verify %s int printf(const char *, ...); void _Block_byref_release(void*src){} @@ -16,4 +15,3 @@ int main() { return X; } -#endif |