]> granicus.if.org Git - clang/commitdiff
Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.
authorJordan Rose <jordan_rose@apple.com>
Wed, 30 Jan 2013 19:29:14 +0000 (19:29 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 30 Jan 2013 19:29:14 +0000 (19:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173961 91177308-0d34-0410-b5e6-96231b3b80d8

test/Lexer/utf8-invalid.c

index f9d2b59a6bdc576b1dc03c6e96e18c586a7cdbda..a387ff776f43388edca6564ab43de567c7d19daf 100644 (file)
@@ -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 \82x; // expected-error{{source file is not valid UTF-8}}