Declare +new instead of -new in test.

llvm-svn: 172126
This commit is contained in:
Fariborz Jahanian 2013-01-10 22:17:49 +00:00
parent acd9ab67dc
commit 54c3907484

View File

@ -19,7 +19,7 @@ namespace test0 {
// rdar://12605907
@interface NSException
- new;
+ new;
@end
namespace test1 {