summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/2010-03-17-StructRef.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/2010-03-17-StructRef.m')
-rw-r--r--test/CodeGenObjC/2010-03-17-StructRef.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/2010-03-17-StructRef.m b/test/CodeGenObjC/2010-03-17-StructRef.m
index fd0e646..ce24c8d 100644
--- a/test/CodeGenObjC/2010-03-17-StructRef.m
+++ b/test/CodeGenObjC/2010-03-17-StructRef.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-darwin -fobjc-fragile-abi -o - | FileCheck %s
+// RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -o - | FileCheck %s
// Bitfield references must not touch memory outside of the enclosing
// struct. Radar 7639995
typedef signed char BOOL;
OpenPOWER on IntegriCloud