summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/exceptions-nonfragile.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/exceptions-nonfragile.m')
-rw-r--r--test/CodeGenObjC/exceptions-nonfragile.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/exceptions-nonfragile.m b/test/CodeGenObjC/exceptions-nonfragile.m
index 2557aab252190..1f38926998391 100644
--- a/test/CodeGenObjC/exceptions-nonfragile.m
+++ b/test/CodeGenObjC/exceptions-nonfragile.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-nonfragile-abi -fexceptions -fobjc-exceptions -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s
// rdar://problem/8535238
// CHECK: declare void @objc_exception_rethrow()