summaryrefslogtreecommitdiffstats
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.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGenObjC/blocks-2.m b/test/CodeGenObjC/blocks-2.m
index 15160cc..0062e84 100644
--- a/test/CodeGenObjC/blocks-2.m
+++ b/test/CodeGenObjC/blocks-2.m
@@ -1,5 +1,7 @@
// RUN: %clang_cc1 %s -emit-llvm -o %t -fobjc-gc -fblocks -triple i386-apple-darwin10
// RUN: grep "objc_assign_strongCast" %t | count 2
+// RUN: %clang_cc1 -x objective-c++ %s -emit-llvm -o %t -fobjc-gc -fblocks -triple i386-apple-darwin10
+// RUN: grep "objc_assign_strongCast" %t | count 2
// This should generate a strong cast.
OpenPOWER on IntegriCloud