summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/warn-selector-selection.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/warn-selector-selection.m')
-rw-r--r--test/SemaObjC/warn-selector-selection.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/warn-selector-selection.m b/test/SemaObjC/warn-selector-selection.m
index 96ed77c..e395f43 100644
--- a/test/SemaObjC/warn-selector-selection.m
+++ b/test/SemaObjC/warn-selector-selection.m
@@ -10,5 +10,5 @@
void foo(void) {
Object *obj;
- [obj setWindow:0]; // expected-warning{{Object may not respond to 'setWindow:'}}
+ [obj setWindow:0]; // expected-warning{{'Object' may not respond to 'setWindow:'}}
}
OpenPOWER on IntegriCloud