From: Daniel Jasper Date: Tue, 28 Oct 2014 18:18:02 +0000 (+0000) Subject: clang-format: Fix test. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acb7e25d5f29fcc83fd47d514764c27daea115d1;p=platform%2Fupstream%2Fllvm.git clang-format: Fix test. llvm-svn: 220807 --- diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index 163f083..f541cc0 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/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);");