Attempt to fix test from r225423 to get build bots green.

llvm-svn: 225426
This commit is contained in:
Richard Trieu 2015-01-08 02:40:08 +00:00
parent ede5965b2a
commit 8ac1419dfd
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
// RUN: %clang_cc1 %s -verify
// RUN: not %clang_cc1 %s 2>&1 | FileCheck %s
// There are two special characters on the following line, one which is used
// as a marker character for diagnostic printing. Ensure diagnostics involving
// these characters do not cause problems with the diagnostic printer.
#error Hi  € Bye
//expected-error@-1 {{Hi Bye}}
// There is a special characters on the following line, which is used as a
// marker character for diagnostic printing. Ensure diagnostics involving
// this character does not cause problems with the diagnostic printer.
#error Hi  Bye
//expected-error@-1 {{Hi Bye}}
// CHECK: error: Hi Bye
// CHECK: #error Hi <U+007F> <U+0080> Bye
// CHECK: error: Hi Bye
// CHECK: #error Hi <U+007F> Bye