diff options
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/Driver/ToolChainTest.cpp | 2 | ||||
-rw-r--r-- | unittests/Format/FormatTestComments.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Driver/ToolChainTest.cpp b/unittests/Driver/ToolChainTest.cpp index f7ba3eeab21b5..83aae553a3350 100644 --- a/unittests/Driver/ToolChainTest.cpp +++ b/unittests/Driver/ToolChainTest.cpp @@ -142,4 +142,4 @@ TEST(ToolChainTest, DefaultDriverMode) { EXPECT_TRUE(CLDriver.IsCLMode()); } -} // end anonymous namespace +} // end anonymous namespace. diff --git a/unittests/Format/FormatTestComments.cpp b/unittests/Format/FormatTestComments.cpp index df24abe261257..e6310158e91e9 100644 --- a/unittests/Format/FormatTestComments.cpp +++ b/unittests/Format/FormatTestComments.cpp @@ -2018,7 +2018,7 @@ TEST_F(FormatTestComments, AlignTrailingComments) { format("#define MACRO(V)\\\n" "V(Rt2) /* one more char */ \\\n" "V(Rs) /* than here */ \\\n" - "/* comment 3 */ \\\n", + "/* comment 3 */\n", getLLVMStyleWithColumns(40))); EXPECT_EQ("int i = f(abc, // line 1\n" " d, // line 2\n" |