commit | 545c652d75758821ad272c815c80ce5eb1e198a4 | [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 | c29fc0f4b1f1bbef299fa00ac8f1e0afe19e7085 | |
parent | 8092c957d27d8474d96600962b1470f57eddffc0 [diff] [blame] |
clang-format: Add comment to tests explaining their grouping. llvm-svn: 190858
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index 3c29525..c5d0171 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/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"