aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/comptypes-legal.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/comptypes-legal.m')
-rw-r--r--test/SemaObjC/comptypes-legal.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/comptypes-legal.m b/test/SemaObjC/comptypes-legal.m
index 05f18977cc4e..7ac4e143338a 100644
--- a/test/SemaObjC/comptypes-legal.m
+++ b/test/SemaObjC/comptypes-legal.m
@@ -42,7 +42,7 @@ void foo(void)
- (void) Meth : (id <NSCopying>)aKey; // expected-note {{passing argument to parameter 'aKey' here}}
@end
-@class ForwarClass; // expected-note 3 {{conformance of forward class ForwarClass to protocol NSCopying can not be confirmed}}
+@class ForwarClass; // expected-note 3 {{conformance of forward class 'ForwarClass' to protocol 'NSCopying' can not be confirmed}}
ForwarClass *Test10751015 (I* pi, ForwarClass *ns_forward) {