summaryrefslogtreecommitdiff
path: root/test/SemaObjC/string.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/string.m')
-rw-r--r--test/SemaObjC/string.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/string.m b/test/SemaObjC/string.m
index e3974ad8f6..e14d3b15c1 100644
--- a/test/SemaObjC/string.m
+++ b/test/SemaObjC/string.m
@@ -11,5 +11,5 @@
id s = @"123"; // simple
id t = @"123" @"456"; // concat
-id u = @"123" @ blah; // expected-error: {{unexpected token}}
+id u = @"123" @ blah; // expected-error {{unexpected token}}