r176870 - Modify comment in user test.

Fariborz Jahanian fjahanian at apple.com
Tue Mar 12 08:53:46 PDT 2013


Author: fjahanian
Date: Tue Mar 12 10:53:46 2013
New Revision: 176870

URL: http://llvm.org/viewvc/llvm-project?rev=176870&view=rev
Log:
Modify comment in user test.


Modified:
    cfe/trunk/test/SemaObjC/super-property-notation.m

Modified: cfe/trunk/test/SemaObjC/super-property-notation.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/super-property-notation.m?rev=176870&r1=176869&r2=176870&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/super-property-notation.m (original)
+++ cfe/trunk/test/SemaObjC/super-property-notation.m Tue Mar 12 10:53:46 2013
@@ -46,7 +46,7 @@ __attribute__((objc_root_class)) @interf
 
 @implementation ClassDerived
 - (void) Meth:(ClassBase*)foo {
-  super.foo = foo; // issues compile warning
+  super.foo = foo; // must work with no warning
   [super setFoo:foo]; // works with no warning
 }
 @end





More information about the cfe-commits mailing list