r173961 - Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.

Jordan Rose jordan_rose at apple.com
Wed Jan 30 11:29:14 PST 2013


Author: jrose
Date: Wed Jan 30 13:29:14 2013
New Revision: 173961

URL: http://llvm.org/viewvc/llvm-project?rev=173961&view=rev
Log:
Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.

Modified:
    cfe/trunk/test/Lexer/utf8-invalid.c

Modified: cfe/trunk/test/Lexer/utf8-invalid.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/utf8-invalid.c?rev=173961&r1=173960&r2=173961&view=diff
==============================================================================
--- cfe/trunk/test/Lexer/utf8-invalid.c (original)
+++ cfe/trunk/test/Lexer/utf8-invalid.c Wed Jan 30 13:29:14 2013
@@ -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}}
 





More information about the cfe-commits mailing list