Remove non-ascii chaaracter from diagnostic

llvm-svn: 45836
This commit is contained in:
Fariborz Jahanian 2008-01-10 18:10:31 +00:00
parent e67952fcd9
commit 2de9a0be09
2 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ DIAG(err_selector_element_type, ERROR,
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

View File

@ -1,2 +1,2 @@
// 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}}