diff options
author | Jordan Rose <jordan_rose@apple.com> | 2013-01-30 19:29:14 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2013-01-30 19:29:14 +0000 |
commit | 1b6b31db169b66fb2048012b0ec1550c22cc64f4 (patch) | |
tree | c262bdf886d2aaf129686926a1f0c8cd8b0be911 | |
parent | 20afc2977cd0a6bacbe6218a633cd59a24463e2f (diff) |
Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173961 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Lexer/utf8-invalid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Lexer/utf8-invalid.c b/test/Lexer/utf8-invalid.c index f9d2b59a6b..a387ff776f 100644 --- a/test/Lexer/utf8-invalid.c +++ b/test/Lexer/utf8-invalid.c @@ -1,8 +1,7 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s // RUN: %clang_cc1 -E %s -o /dev/null -// Note: this file contains invalid UTF-8 before the variable name in the -// next line. Please do not fix! +// Note: This file deliberately contains invalid UTF-8. Please do not fix! extern int ‚x; // expected-error{{source file is not valid UTF-8}} |