summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/utf8-invalid.c
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2013-01-30 19:29:14 +0000
committerJordan Rose <jordan_rose@apple.com>2013-01-30 19:29:14 +0000
commit9588a02b778c8daa4f9db853ed811df85603b6ac (patch)
treeaf34eec831831a0e8e45afac0fd7d8826bdb1c78 /clang/test/Lexer/utf8-invalid.c
parentfaf5e3e6b0cf7770da501b38d671f3e712f0d809 (diff)
downloadbcm5719-llvm-9588a02b778c8daa4f9db853ed811df85603b6ac.tar.gz
bcm5719-llvm-9588a02b778c8daa4f9db853ed811df85603b6ac.zip
Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.
llvm-svn: 173961
Diffstat (limited to 'clang/test/Lexer/utf8-invalid.c')
-rw-r--r--clang/test/Lexer/utf8-invalid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Lexer/utf8-invalid.c b/clang/test/Lexer/utf8-invalid.c
index f9d2b59a6bd..a387ff776f4 100644
--- a/clang/test/Lexer/utf8-invalid.c
+++ b/clang/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}}
OpenPOWER on IntegriCloud