From: Fariborz Jahanian Date: Mon, 17 Jun 2013 17:41:13 +0000 (+0000) Subject: unbreak buildbot for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a79927f74cac29485d2a62a049559964a9739617;p=clang unbreak buildbot for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184093 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaObjC/call-super-2.m b/test/SemaObjC/call-super-2.m index 071f9fdfd8..0a07c01407 100644 --- a/test/SemaObjC/call-super-2.m +++ b/test/SemaObjC/call-super-2.m @@ -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