commit | a12a75faa61d7298ea27d8606a7d8f8f3584f9fa | [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 | 8c04a4ca98454236e612e6e5c8eb791579e0e9ca [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}}