DIAG(err_toomany_element_decls, ERROR,
"Only one element declaration is allowed")
DIAG(warn_expected_implementation, WARNING,
- "'@end' must appear in an @implementation context")
+ "@end must appear in an @implementation context")
//===----------------------------------------------------------------------===//
// Semantic Analysis
// RUN: clang -fsyntax-only -verify %s
-@end // expected-warning {{‘@end’ must appear in an @implementation context}}
+@end // expected-warning {{@end must appear in an @implementation context}}