diff options
Diffstat (limited to 'clang/test/CodeGenObjC/objc-read-weak-byref.m')
-rw-r--r-- | clang/test/CodeGenObjC/objc-read-weak-byref.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc-read-weak-byref.m b/clang/test/CodeGenObjC/objc-read-weak-byref.m index 069adc3a453..3edaf4c749e 100644 --- a/clang/test/CodeGenObjC/objc-read-weak-byref.m +++ b/clang/test/CodeGenObjC/objc-read-weak-byref.m @@ -2,7 +2,6 @@ // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s // RUN: clang-cc -fblocks -fobjc-gc -triple i386-apple-darwin -S %s -o %t-32.s // RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s -// RUN: true @interface NSObject - copy; |