[clang-format] [NFC] Remove comment

Remove inaccurate comment that came in with  r312125.

llvm-svn: 322448
This commit is contained in:
Mark Zeren 2018-01-13 22:52:34 +00:00
parent 4995614f7c
commit 67d486508c
1 changed files with 0 additions and 2 deletions

View File

@ -2484,8 +2484,6 @@ TEST_F(FormatTest, IndentPreprocessorDirectives) {
"#endif",
Style);
// Test with include guards.
// EXPECT_EQ is used because verifyFormat() calls messUp() which incorrectly
// merges lines.
verifyFormat("#ifndef HEADER_H\n"
"#define HEADER_H\n"
"code();\n"