summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/block-in-template-inst.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/block-in-template-inst.mm')
-rw-r--r--test/CodeGenObjCXX/block-in-template-inst.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/block-in-template-inst.mm b/test/CodeGenObjCXX/block-in-template-inst.mm
index 93a0e4907d..c280874dbb 100644
--- a/test/CodeGenObjCXX/block-in-template-inst.mm
+++ b/test/CodeGenObjCXX/block-in-template-inst.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm-only -std=c++11 -fblocks -o - -triple x86_64-apple-darwin10 -fobjc-fragile-abi %s
+// RUN: %clang_cc1 -emit-llvm-only -std=c++11 -fblocks -o - -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 %s
// rdar://9362021
@class DYFuture;