summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/atomic-aggregate-property.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/atomic-aggregate-property.m')
-rw-r--r--test/CodeGenObjC/atomic-aggregate-property.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/atomic-aggregate-property.m b/test/CodeGenObjC/atomic-aggregate-property.m
index 2896d37..93eeca8 100644
--- a/test/CodeGenObjC/atomic-aggregate-property.m
+++ b/test/CodeGenObjC/atomic-aggregate-property.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o - %s | FileCheck -check-prefix LP64 %s
+// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o - %s | FileCheck -check-prefix LP64 %s
// rdar: // 7849824
struct s {
OpenPOWER on IntegriCloud