[cfe-commits] r172126 - /cfe/trunk/test/CodeGenObjCXX/exceptions.mm
Fariborz Jahanian
fjahanian at apple.com
Thu Jan 10 14:17:49 PST 2013
Author: fjahanian
Date: Thu Jan 10 16:17:49 2013
New Revision: 172126
URL: http://llvm.org/viewvc/llvm-project?rev=172126&view=rev
Log:
Declare +new instead of -new in test.
Modified:
cfe/trunk/test/CodeGenObjCXX/exceptions.mm
Modified: cfe/trunk/test/CodeGenObjCXX/exceptions.mm
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjCXX/exceptions.mm?rev=172126&r1=172125&r2=172126&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjCXX/exceptions.mm (original)
+++ cfe/trunk/test/CodeGenObjCXX/exceptions.mm Thu Jan 10 16:17:49 2013
@@ -19,7 +19,7 @@
// rdar://12605907
@interface NSException
- - new;
+ + new;
@end
namespace test1 {
More information about the cfe-commits
mailing list