From: Daniel Jasper Date: Tue, 28 Oct 2014 18:18:02 +0000 (+0000) Subject: clang-format: Fix test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f0ce1fa958d5ceb126b919605f1e200557f0705;p=clang clang-format: Fix test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220807 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 163f0838c9..f541cc0903 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -5034,7 +5034,7 @@ TEST_F(FormatTest, UnderstandsUsesOfStarAndAmp) { "template ::value &&\n" " (sizeof(T) > 1 || sizeof(T) < 8)>::type>\n" - "void F();"); + "void F();", getLLVMStyleWithColumns(76)); verifyIndependentOfContext("MACRO(int *i);"); verifyIndependentOfContext("MACRO(auto *a);");