summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/objc2-write-barrier.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-08 01:47:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-08 01:47:25 +0000
commit2475d76920b43014e661690836642ca3c9967179 (patch)
tree2d601198b4957d952afd4fb641e9b9767a3469bc /test/CodeGenObjC/objc2-write-barrier.m
parent1787b70a928b481fb2333d6c14cf91de26f4609e (diff)
downloadclang-2475d76920b43014e661690836642ca3c9967179.tar.gz
Remove RUN: true lines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/objc2-write-barrier.m')
-rw-r--r--test/CodeGenObjC/objc2-write-barrier.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc2-write-barrier.m b/test/CodeGenObjC/objc2-write-barrier.m
index 63ff87a092..9a5416d846 100644
--- a/test/CodeGenObjC/objc2-write-barrier.m
+++ b/test/CodeGenObjC/objc2-write-barrier.m
@@ -1,7 +1,6 @@
// 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 21
// RUN: grep -F '@objc_assign_ivar' %t | count 11
-// RUN: true
typedef const struct __CFDictionary * CFDictionaryRef;