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

llvm-svn: 173961
This commit is contained in:
Jordan Rose 2013-01-30 19:29:14 +00:00
parent faf5e3e6b0
commit 9588a02b77
1 changed files with 1 additions and 2 deletions

View 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 x; // expected-error{{source file is not valid UTF-8}}