summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/objc-dictionary-literal.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/objc-dictionary-literal.m')
-rw-r--r--test/SemaObjC/objc-dictionary-literal.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/objc-dictionary-literal.m b/test/SemaObjC/objc-dictionary-literal.m
index 2acbc39..0b6da4a 100644
--- a/test/SemaObjC/objc-dictionary-literal.m
+++ b/test/SemaObjC/objc-dictionary-literal.m
@@ -27,7 +27,7 @@ int main() {
NSDictionary *dict = @{ @"name":@666 };
dict[@"name"] = @666;
- dict["name"] = @666; // expected-error {{indexing expression is invalid because subscript type 'char *' is not an objective-C pointer}}
+ dict["name"] = @666; // expected-error {{indexing expression is invalid because subscript type 'char *' is not an Objective-C pointer}}
return 0;
}
OpenPOWER on IntegriCloud