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 {
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to