unbreak buildbot for now.

llvm-svn: 184093
This commit is contained in:
Fariborz Jahanian 2013-06-17 17:41:13 +00:00
parent f1f1273682
commit aaddc09b39
1 changed files with 1 additions and 1 deletions

View File

@ -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