diff options
Diffstat (limited to 'clang/test/CodeGenObjC/objc2-write-barrier-2.m')
-rw-r--r-- | clang/test/CodeGenObjC/objc2-write-barrier-2.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc2-write-barrier-2.m b/clang/test/CodeGenObjC/objc2-write-barrier-2.m index 7c9334e5865..c47224f1c51 100644 --- a/clang/test/CodeGenObjC/objc2-write-barrier-2.m +++ b/clang/test/CodeGenObjC/objc2-write-barrier-2.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-apple-darwin10 -fnext-runtime -fobjc-gc -fobjc-newgc-api -emit-llvm -o %t %s && +// RUN: clang-cc -triple x86_64-apple-darwin10 -fnext-runtime -fobjc-gc -emit-llvm -o %t %s && // RUN: grep -F '@objc_assign_global' %t | count 7 && // RUN: grep -F '@objc_assign_ivar' %t | count 5 && // RUN: grep -F '@objc_assign_strongCast' %t | count 8 && |