forked from OSchip/llvm-project
[clang-format] [NFC] Remove comment
Remove inaccurate comment that came in with r312125. llvm-svn: 322448
This commit is contained in:
parent
4995614f7c
commit
67d486508c
|
@ -2484,8 +2484,6 @@ TEST_F(FormatTest, IndentPreprocessorDirectives) {
|
||||||
"#endif",
|
"#endif",
|
||||||
Style);
|
Style);
|
||||||
// Test with include guards.
|
// Test with include guards.
|
||||||
// EXPECT_EQ is used because verifyFormat() calls messUp() which incorrectly
|
|
||||||
// merges lines.
|
|
||||||
verifyFormat("#ifndef HEADER_H\n"
|
verifyFormat("#ifndef HEADER_H\n"
|
||||||
"#define HEADER_H\n"
|
"#define HEADER_H\n"
|
||||||
"code();\n"
|
"code();\n"
|
||||||
|
|
Loading…
Reference in New Issue