From: Mark Zeren Date: Sat, 13 Jan 2018 22:52:34 +0000 (+0000) Subject: [clang-format] [NFC] Remove comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e128f66aaf3e1ed8c909809ecf9667b41fdc911;p=clang [clang-format] [NFC] Remove comment Remove inaccurate comment that came in with r312125. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322448 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 2cae9dd0c5..e56faf0348 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -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"