forked from OSchip/llvm-project
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:
parent
07e7cb9433
commit
c7b1279a38
|
@ -543,4 +543,5 @@ TEST(raw_ostreamTest, writeToStdOut) {
|
|||
std::string CapturedStdOut = testing::internal::GetCapturedStdout();
|
||||
EXPECT_EQ(CapturedStdOut, "HelloWorld");
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in New Issue