r322448 - [clang-format] [NFC] Remove comment
Mark Zeren via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 13 14:52:35 PST 2018
Author: mzeren-vmw
Date: Sat Jan 13 14:52:34 2018
New Revision: 322448
URL: http://llvm.org/viewvc/llvm-project?rev=322448&view=rev
Log:
[clang-format] [NFC] Remove comment
Remove inaccurate comment that came in with r312125.
Modified:
cfe/trunk/unittests/Format/FormatTest.cpp
Modified: cfe/trunk/unittests/Format/FormatTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Format/FormatTest.cpp?rev=322448&r1=322447&r2=322448&view=diff
==============================================================================
--- cfe/trunk/unittests/Format/FormatTest.cpp (original)
+++ cfe/trunk/unittests/Format/FormatTest.cpp Sat Jan 13 14:52:34 2018
@@ -2484,8 +2484,6 @@ TEST_F(FormatTest, IndentPreprocessorDir
"#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"
More information about the cfe-commits
mailing list