r184093 - unbreak buildbot for now.

Fariborz Jahanian fjahanian at apple.com
Mon Jun 17 10:41:13 PDT 2013


Author: fjahanian
Date: Mon Jun 17 12:41:13 2013
New Revision: 184093

URL: http://llvm.org/viewvc/llvm-project?rev=184093&view=rev
Log:
unbreak buildbot for now.

Modified:
    cfe/trunk/test/SemaObjC/call-super-2.m

Modified: cfe/trunk/test/SemaObjC/call-super-2.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/call-super-2.m?rev=184093&r1=184092&r2=184093&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/call-super-2.m (original)
+++ cfe/trunk/test/SemaObjC/call-super-2.m Mon Jun 17 12:41:13 2013
@@ -68,7 +68,7 @@ id objc_getClass(const char *s);
 }
 - (int) instance_func1
 {
-   int i = (size_t)[self instance_func0];     // expected-warning {{instance method 'instance_func0' not found (return type defaults to 'id'); did you mean 'instance_func3'?}}
+   int i = (size_t)[self instance_func0];     // expected-warning {{instance method 'instance_func0' not found (return type defaults to 'id'); did you mean}}
    return i + (size_t)[super instance_func0]; // expected-warning {{'Object' may not respond to 'instance_func0'}}
 }
 - (int) instance_func2





More information about the cfe-commits mailing list