summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/class-method-lookup.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/class-method-lookup.m')
-rw-r--r--test/SemaObjC/class-method-lookup.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/class-method-lookup.m b/test/SemaObjC/class-method-lookup.m
index f1269f2..f26d692 100644
--- a/test/SemaObjC/class-method-lookup.m
+++ b/test/SemaObjC/class-method-lookup.m
@@ -40,7 +40,7 @@
id foo(void) {
Object *obj;
id obj2 = obj;
- [obj setWindow:nil]; // expected-warning {{Object may not respond to 'setWindow:'}}
+ [obj setWindow:nil]; // expected-warning {{'Object' may not respond to 'setWindow:'}}
return obj;
}
OpenPOWER on IntegriCloud