From 9588a02b778c8daa4f9db853ed811df85603b6ac Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Wed, 30 Jan 2013 19:29:14 +0000 Subject: [PATCH] Fix comment in test/Lexer/utf8-invalid.c for updates in r173959. llvm-svn: 173961 --- clang/test/Lexer/utf8-invalid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/test/Lexer/utf8-invalid.c b/clang/test/Lexer/utf8-invalid.c index f9d2b59..a387ff7 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}} -- 2.7.4