summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/predefined-expr.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/predefined-expr.m')
-rw-r--r--clang/test/CodeGenObjC/predefined-expr.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/predefined-expr.m b/clang/test/CodeGenObjC/predefined-expr.m
index 43d329e2ab1..009bbcdb013 100644
--- a/clang/test/CodeGenObjC/predefined-expr.m
+++ b/clang/test/CodeGenObjC/predefined-expr.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i386-apple-darwin9 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-fragile-abi %s -emit-llvm -o - | FileCheck %s
// CHECK: @"__func__.-[Foo instanceTest1]" = private unnamed_addr constant [21 x i8] c"-[Foo instanceTest1]\00"
// CHECK: @"__func__.-[Foo instanceTest2:]" = private unnamed_addr constant [22 x i8] c"-[Foo instanceTest2:]\00"
OpenPOWER on IntegriCloud