diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2011-07-20 23:53:57 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2011-07-20 23:53:57 +0000 |
commit | 40af63b91c15f3cdca5c896441123dc900e92e31 (patch) | |
tree | e085ce1d51f65e7a543b674f07d14e70271b6b37 /test | |
parent | f2dd68fb37a62571a4985c8dd05310ac90d07ef0 (diff) |
Removes a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 |