forked from OSchip/llvm-project
Remove non-ascii chaaracter from diagnostic
llvm-svn: 45836
This commit is contained in:
parent
e67952fcd9
commit
2de9a0be09
|
@ -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
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue