summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-not-defined.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/method-not-defined.m')
-rw-r--r--test/SemaObjC/method-not-defined.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/method-not-defined.m b/test/SemaObjC/method-not-defined.m
index 22466f7..792469b 100644
--- a/test/SemaObjC/method-not-defined.m
+++ b/test/SemaObjC/method-not-defined.m
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
-@interface Foo
+@interface Foo // expected-note {{receiver is instance of class declared here}}
@end
void test() {
OpenPOWER on IntegriCloud