commit | 59df76ba7573b3724ea60aa7655278a0ced40273 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Thu Jan 10 18:10:31 2008 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Thu Jan 10 18:10:31 2008 +0000 |
tree | 7d15b2dcda61e7abd41b2e1c6b603dd14ceffee9 | |
parent | 3aa34e22fc739d80152c97b54b82ec21a3a1e348 [diff] [blame] |
Remove non-ascii chaaracter from diagnostic git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45836 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Parser/objc-missing-impl.m b/test/Parser/objc-missing-impl.m index 062130d..7d38371 100644 --- a/test/Parser/objc-missing-impl.m +++ b/test/Parser/objc-missing-impl.m
@@ -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}}