summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/objc2-strong-cast.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/objc2-strong-cast.m')
-rw-r--r--test/CodeGenObjC/objc2-strong-cast.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/objc2-strong-cast.m b/test/CodeGenObjC/objc2-strong-cast.m
index 9ef463c..7291c4e 100644
--- a/test/CodeGenObjC/objc2-strong-cast.m
+++ b/test/CodeGenObjC/objc2-strong-cast.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s
+// RUN: %clang_cc1 -x objective-c++ -fobjc-gc -emit-llvm -o %t %s
@interface I {
__attribute__((objc_gc(strong))) signed long *_documentIDs;
OpenPOWER on IntegriCloud