From: Fariborz Jahanian Date: Thu, 10 Jan 2013 22:17:49 +0000 (+0000) Subject: Declare +new instead of -new in test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0ed986e648153c7b8dac4a228f7174ca49a6af3;p=clang Declare +new instead of -new in test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172126 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjCXX/exceptions.mm b/test/CodeGenObjCXX/exceptions.mm index b3f73b1f9d..ef26d10972 100644 --- a/test/CodeGenObjCXX/exceptions.mm +++ b/test/CodeGenObjCXX/exceptions.mm @@ -19,7 +19,7 @@ namespace test0 { // rdar://12605907 @interface NSException - - new; + + new; @end namespace test1 {