]> granicus.if.org Git - clang/commitdiff
Fix buildbot failure.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Jun 2013 15:54:30 +0000 (15:54 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Jun 2013 15:54:30 +0000 (15:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184199 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/call-super-2.m

index 8927f3b528648fa794edcae55e2b038dc27d675f..c33e7ab2645bdba3695b9dcdb18c9189ebfba337 100644 (file)
@@ -35,7 +35,7 @@ id objc_getClass(const char *s);
 @implementation Derived
 + (int) class_func1
 {
-   int i = (size_t)[self class_func0];       // expected-warning {{class method '+class_func0' not found (return type defaults to 'id'); did you mean '+class_func}}
+   int i = (size_t)[self class_func0];       // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}}
    return i + (size_t)[super class_func0];   // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}}
 }
 + (int) class_func2