Skip to content
Snippets Groups Projects
Commit a79927f7 authored by Fariborz Jahanian's avatar Fariborz Jahanian
Browse files

unbreak buildbot for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184093 91177308-0d34-0410-b5e6-96231b3b80d8
parent a372f40d
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ id objc_getClass(const char *s); ...@@ -68,7 +68,7 @@ id objc_getClass(const char *s);
} }
- (int) instance_func1 - (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'}} return i + (size_t)[super instance_func0]; // expected-warning {{'Object' may not respond to 'instance_func0'}}
} }
- (int) instance_func2 - (int) instance_func2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment