diff options
Diffstat (limited to 'test/CodeGenObjC/simplify-exceptions.mm')
-rw-r--r-- | test/CodeGenObjC/simplify-exceptions.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/simplify-exceptions.mm b/test/CodeGenObjC/simplify-exceptions.mm index a35b10d73d2d9..d0baf808531c0 100644 --- a/test/CodeGenObjC/simplify-exceptions.mm +++ b/test/CodeGenObjC/simplify-exceptions.mm @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm \ -// RUN: -fexceptions -fobjc-exceptions -fobjc-nonfragile-abi \ +// RUN: -fexceptions -fobjc-exceptions \ // RUN: -o %t %s // RUN: FileCheck < %t %s // |