summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-foreach-error-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/objc-foreach-error-1.m')
-rw-r--r--clang/test/Parser/objc-foreach-error-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/objc-foreach-error-1.m b/clang/test/Parser/objc-foreach-error-1.m
index 76251abf33f..e65c3290050 100644
--- a/clang/test/Parser/objc-foreach-error-1.m
+++ b/clang/test/Parser/objc-foreach-error-1.m
@@ -1,6 +1,6 @@
// RUN: clang -fsyntax-only -verify %s
-ce MyList // expected-error {{expected '=', ',', ';', 'asm', or '__attribute__' after declarator}}
+ce MyList // expected-error {{invalid token after top level declarator}}
@end
OpenPOWER on IntegriCloud