mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 12:20:00 +00:00
[YAML] Remove unit test of multibyte non-printable escaping that uses C++11 escapes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328665 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b35c9a0d8
commit
531edfd3b9
@ -2493,7 +2493,6 @@ TEST(YAMLIO, TestEscaped) {
|
||||
// zero-width space). The thing to test here is that we emit a
|
||||
// unicode-scalar level escape like \uNNNN (at the YAML level), and don't
|
||||
// just pass the UTF-8 byte sequence through as with quoted printables.
|
||||
TestEscaped("foo\u200Bbar", "\"foo\\u200Bbar\"");
|
||||
{
|
||||
const unsigned char foobar[10] = {'f', 'o', 'o',
|
||||
0xE2, 0x80, 0x8B, // UTF-8 of U+200B
|
||||
|
Loading…
Reference in New Issue
Block a user