diff options
-rw-r--r-- | test/CodeGenObjC/arc-with-atthrow.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGenObjC/arc-with-atthrow.m b/test/CodeGenObjC/arc-with-atthrow.m index b076879bdd..984bf5582e 100644 --- a/test/CodeGenObjC/arc-with-atthrow.m +++ b/test/CodeGenObjC/arc-with-atthrow.m @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fobjc-nonfragile-abi -fobjc-exceptions -o - %s | FileCheck %s -// $CLANG -cc1 -fobjc-arc -fobjc-nonfragile-abi -fobjc-exceptions // pr10411 @interface NSException |