aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorGraydon Hoare <ghoare@apple.com>2018-03-27 20:46:26 +0000
committerGraydon Hoare <ghoare@apple.com>2018-03-27 20:46:26 +0000
commit531edfd3b9176332cb9a1cfc95bd1c6ac1908dcb (patch)
treed41ba1b607a568d76eaa6ce6a12e5b64c61f83f3 /unittests
parent1b35c9a0d86a11a812a5ccd7c73868c6ac8e0594 (diff)
downloadllvm-531edfd3b9176332cb9a1cfc95bd1c6ac1908dcb.tar.gz
[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
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Support/YAMLIOTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Support/YAMLIOTest.cpp b/unittests/Support/YAMLIOTest.cpp
index 372d7c2684e..378662c7923 100644
--- a/unittests/Support/YAMLIOTest.cpp
+++ b/unittests/Support/YAMLIOTest.cpp
@@ -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