Support: Add closing namespace comment in raw_ostream_test.cpp, NFC

The closing namespace comment prevents clang-format from dropping a
blank line after the final test. Also add in a blank line (which
simplifies merging/rebasing/etc. WIP patches).
This commit is contained in:
Duncan P. N. Exon Smith 2021-09-23 16:58:42 -04:00
parent 07e7cb9433
commit c7b1279a38
1 changed files with 2 additions and 1 deletions

View File

@ -543,4 +543,5 @@ TEST(raw_ostreamTest, writeToStdOut) {
std::string CapturedStdOut = testing::internal::GetCapturedStdout();
EXPECT_EQ(CapturedStdOut, "HelloWorld");
}
}
} // namespace