summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/blocks-2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/blocks-2.m')
-rw-r--r--test/CodeGenObjC/blocks-2.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGenObjC/blocks-2.m b/test/CodeGenObjC/blocks-2.m
index 16665b5ba0..bb7af99416 100644
--- a/test/CodeGenObjC/blocks-2.m
+++ b/test/CodeGenObjC/blocks-2.m
@@ -1,6 +1,5 @@
// RUN: clang-cc %s -emit-llvm -o %t -fobjc-gc -fblocks -triple i386-apple-darwin10
// RUN: grep "objc_assign_strongCast" %t | count 2
-// RUN: true
// This should generate a strong cast.