diff options
Diffstat (limited to 'clang/test/SemaObjC/call-super-2.m')
| -rw-r--r-- | clang/test/SemaObjC/call-super-2.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/call-super-2.m b/clang/test/SemaObjC/call-super-2.m index 3c45a2c7323..18a5f09407e 100644 --- a/clang/test/SemaObjC/call-super-2.m +++ b/clang/test/SemaObjC/call-super-2.m @@ -14,7 +14,7 @@ id objc_getClass(const char *s); - (int) instance_func0; @end -@interface Derived: Object +@interface Derived: Object // expected-note {{receiver is object of the class that is declared here}} + (int) class_func1; + (int) class_func2; + (int) class_func3; |

