diff options
Diffstat (limited to 'clang/test/CodeGenObjC/messages.m')
-rw-r--r-- | clang/test/CodeGenObjC/messages.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/messages.m b/clang/test/CodeGenObjC/messages.m index 483481e844b..c987bbb44c0 100644 --- a/clang/test/CodeGenObjC/messages.m +++ b/clang/test/CodeGenObjC/messages.m @@ -4,7 +4,6 @@ // RUN: grep "objc_msg_lookup" %t | count 6 // RUN: clang-cc -fgnu-runtime -fobjc-nonfragile-abi --emit-llvm -o %t %s // RUN: grep "objc_msg_lookup_sender" %t | count 6 -// RUN: true typedef struct { int x; |