From: Andi-Bogdan Postelnicu Date: Tue, 7 Mar 2017 15:20:31 +0000 (+0000) Subject: [clang-format] Followup of D30646 - unbreak the build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e76c89861513e5870fe84472d3c4dcb312fa39a9;p=clang [clang-format] Followup of D30646 - unbreak the build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297148 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 54c5f27978..b785d18d52 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -5326,8 +5326,8 @@ TEST_F(FormatTest, BreaksLongDeclarations) { " aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa>>\n" " aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);"); - verifyFormat("template // Templates on own line.\n" - "static int // Some comment.\n" + verifyFormat("template // Templates on own line.\n" + "static int // Some comment.\n" "MyFunction(int a);", getLLVMStyle()); }