[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:
Graydon Hoare 2018-03-27 20:46:26 +00:00
parent 1b35c9a0d8
commit 531edfd3b9

View File

@ -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