From: Daniel Jasper Date: Mon, 14 Dec 2015 08:33:07 +0000 (+0000) Subject: clang-format: Extend Linux-brace-wrapping test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6657b3d324cfc1fe6476c11ecbc7571b88d8c80a;p=clang clang-format: Extend Linux-brace-wrapping test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255485 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 09deed9fec..ecaf8d804f 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -9003,6 +9003,8 @@ TEST_F(FormatTest, LinuxBraceBreaking) { " if (true) {\n" " a();\n" " b();\n" + " } else {\n" + " a();\n" " }\n" " }\n" " void g() { return; }\n"