aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/block-block-storageclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/block-block-storageclass.c')
-rw-r--r--test/Parser/block-block-storageclass.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Parser/block-block-storageclass.c b/test/Parser/block-block-storageclass.c
index a4efc44b1828..97ba11349217 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