commit | 42ff263c42f0f181e76fcb8c8ebb129e8070d09a | [log] [tgz] |
---|---|---|
author | Daniel Jasper <djasper@google.com> | Tue Sep 17 09:26:07 2013 +0000 |
committer | Daniel Jasper <djasper@google.com> | Tue Sep 17 09:26:07 2013 +0000 |
tree | b5f53e468e7efed289a326b67037c90c2f31b4aa | |
parent | e63a48a21cb3416edc6bc75d4d24f3bcf23532d4 [diff] [blame] |
clang-format: Add comment to tests explaining their grouping. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190858 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 3c29525..c5d0171 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp
@@ -2069,6 +2069,8 @@ " 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"