clang-format: Add comment to tests explaining their grouping.

llvm-svn: 190858
This commit is contained in:
Daniel Jasper 2013-09-17 09:26:07 +00:00
parent 8092c957d2
commit 545c652d75
1 changed files with 2 additions and 0 deletions

View File

@ -2069,6 +2069,8 @@ TEST_F(FormatTest, MacroCallsWithoutTrailingSemicolon) {
" IPC_MESSAGE_HANDLER(xxx, qqq)\n"
" IPC_END_MESSAGE_MAP()\n"
"}"));
// These must not be recognized as macros.
EXPECT_EQ("int q() {\n"
" f(x);\n"
" f(x) {}\n"