summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/implicit-copy-constructor.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/implicit-copy-constructor.mm')
-rw-r--r--test/CodeGenObjCXX/implicit-copy-constructor.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/implicit-copy-constructor.mm b/test/CodeGenObjCXX/implicit-copy-constructor.mm
index 63dd4f084c..5cd6f42a6c 100644
--- a/test/CodeGenObjCXX/implicit-copy-constructor.mm
+++ b/test/CodeGenObjCXX/implicit-copy-constructor.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -fobjc-fragile-abi -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
struct A {
A();