summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGenObjC/blocks-unsupported.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/blocks-unsupported.m b/clang/test/CodeGenObjC/blocks-unsupported.m
index 03ceddf3839..b9ec336e2a7 100644
--- a/clang/test/CodeGenObjC/blocks-unsupported.m
+++ b/clang/test/CodeGenObjC/blocks-unsupported.m
@@ -1,4 +1,4 @@
-// RUN: clang -fnext-runtime --emit-llvm -o %t %s -verify
+// RUN: clang -fblocks -fnext-runtime --emit-llvm -o %t %s -verify
@class Foo;
@protocol P;
OpenPOWER on IntegriCloud