commit | 96cbb502b796018f407882cc3686a695ac972489 | [log] [tgz] |
---|---|---|
author | Daniel Jasper <djasper@google.com> | Mon Dec 14 08:33:07 2015 +0000 |
committer | Daniel Jasper <djasper@google.com> | Mon Dec 14 08:33:07 2015 +0000 |
tree | 58e5b7913c7364ddc812e2b9d94891fc288bc129 | |
parent | e87f5cf4ef419fb837efc04185bb54ee61272ff3 [diff] [blame] |
clang-format: Extend Linux-brace-wrapping test. llvm-svn: 255485
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index 09deed9..ecaf8d8 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/unittests/Format/FormatTest.cpp
@@ -9003,6 +9003,8 @@ " if (true) {\n" " a();\n" " b();\n" + " } else {\n" + " a();\n" " }\n" " }\n" " void g() { return; }\n"