aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/arc-related-result-type.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/arc-related-result-type.m')
-rw-r--r--test/CodeGenObjC/arc-related-result-type.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/arc-related-result-type.m b/test/CodeGenObjC/arc-related-result-type.m
index c51757df5d8d..f73aa5049f5c 100644
--- a/test/CodeGenObjC/arc-related-result-type.m
+++ b/test/CodeGenObjC/arc-related-result-type.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-nonfragile-abi -fblocks -fobjc-arc -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fblocks -fobjc-arc -o - %s | FileCheck %s
@interface Test0
- (id) self;