diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/CodeGenObjC/blocks-unsupported.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/blocks-unsupported.m b/clang/test/CodeGenObjC/blocks-unsupported.m index c9d82956010..bd224e50b77 100644 --- a/clang/test/CodeGenObjC/blocks-unsupported.m +++ b/clang/test/CodeGenObjC/blocks-unsupported.m @@ -1,4 +1,4 @@ -// RUN: clang -fblocks -fnext-runtime --emit-llvm -o %t %s -verify +// RUN: clang -fblocks -fno-__block -fnext-runtime --emit-llvm -o %t %s -verify @class Foo; @protocol P; |