diff options
Diffstat (limited to 'llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp')
| -rw-r--r-- | llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp b/llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp index 77b7e29d059..00b157963f6 100644 --- a/llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp +++ b/llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp @@ -127,7 +127,7 @@ TEST(MsgPackDocument, TestOutputYAMLMap) { ASSERT_EQ(OStream.str(), "---\n" "bar: 2\n" "foo: 1\n" - "qux: \n" + "qux:\n" " baz: true\n" "...\n"); } @@ -147,7 +147,7 @@ TEST(MsgPackDocument, TestOutputYAMLMapHex) { ASSERT_EQ(OStream.str(), "---\n" "bar: 0x2\n" "foo: 1\n" - "qux: \n" + "qux:\n" " baz: true\n" "...\n"); } |

