diff options
Diffstat (limited to 'clang/unittests/Format/FormatTest.cpp')
| -rw-r--r-- | clang/unittests/Format/FormatTest.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index 949167c8f56..b5a70760a41 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/unittests/Format/FormatTest.cpp @@ -6552,11 +6552,10 @@ TEST_F(FormatTest, CountsCharactersInMultilineRawStringLiterals) { getGoogleStyleWithColumns(20))); EXPECT_EQ("fffffffffff(R\"x(\n" "multiline raw string literal xxxxxxxxxxxxxx\n" - ")x\" +\n" - " bbbbbb);", + ")x\" + bbbbbb);", format("fffffffffff(R\"x(\n" "multiline raw string literal xxxxxxxxxxxxxx\n" - ")x\" + bbbbbb);", + ")x\" + bbbbbb);", getGoogleStyleWithColumns(20))); EXPECT_EQ("fffffffffff(\n" " R\"x(\n" |

