From: Fariborz Jahanian Date: Wed, 20 Jul 2011 23:53:57 +0000 (+0000) Subject: Removes a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40af63b91c15f3cdca5c896441123dc900e92e31;p=clang Removes a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135640 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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