summaryrefslogtreecommitdiffstats
path: root/clang/test/Rewriter/func-in-impl.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Rewriter/func-in-impl.m')
-rw-r--r--clang/test/Rewriter/func-in-impl.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Rewriter/func-in-impl.m b/clang/test/Rewriter/func-in-impl.m
index 350a72671b6..9c4a159364f 100644
--- a/clang/test/Rewriter/func-in-impl.m
+++ b/clang/test/Rewriter/func-in-impl.m
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -E %s -o %t.m
-// RUN: %clang_cc1 -fobjc-fragile-abi -rewrite-objc %t.m -o - | FileCheck %s
+// RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -rewrite-objc %t.m -o - | FileCheck %s
@interface I {
id _delegate;
OpenPOWER on IntegriCloud