aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/gc.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/gc.m')
-rw-r--r--test/CodeGenObjC/gc.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/gc.m b/test/CodeGenObjC/gc.m
index 93554e65b880..b6721813c17e 100644
--- a/test/CodeGenObjC/gc.m
+++ b/test/CodeGenObjC/gc.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -fobjc-nonfragile-abi -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o - %s | FileCheck %s
void test0(void) {
extern id test0_helper(void);