summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/class-unavail-warning.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/class-unavail-warning.m')
-rw-r--r--test/SemaObjC/class-unavail-warning.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/class-unavail-warning.m b/test/SemaObjC/class-unavail-warning.m
index 426ac77..408647a 100644
--- a/test/SemaObjC/class-unavail-warning.m
+++ b/test/SemaObjC/class-unavail-warning.m
@@ -2,7 +2,7 @@
// rdar://9092208
__attribute__((unavailable("not available")))
-@interface MyClass { // expected-note 5 {{function has been explicitly marked unavailable here}}
+@interface MyClass { // expected-note 5 {{declaration has been explicitly marked unavailable here}}
@public
void *_test;
}
OpenPOWER on IntegriCloud