From 1f0ce1fa958d5ceb126b919605f1e200557f0705 Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Tue, 28 Oct 2014 18:18:02 +0000 Subject: [PATCH] clang-format: Fix test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220807 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Format/FormatTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);"); -- 2.40.0