]> granicus.if.org Git - clang/commitdiff
Declare +new instead of -new in test.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2013 22:17:49 +0000 (22:17 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2013 22:17:49 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172126 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjCXX/exceptions.mm

index b3f73b1f9d52e0b5a5c6db16633a4543e43d910c..ef26d10972b062c44f321c71ad6ee3ede9f1f895 100644 (file)
@@ -19,7 +19,7 @@ namespace test0 {
 
 // rdar://12605907
 @interface NSException
-  - new;
+  + new;
 @end
 namespace test1 {