diff options
| -rw-r--r-- | clang/unittests/Format/FormatTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index 163f0838c9e..f541cc0903f 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/unittests/Format/FormatTest.cpp @@ -5034,7 +5034,7 @@ TEST_F(FormatTest, UnderstandsUsesOfStarAndAmp) { "template <class T, class = typename std::enable_if<\n" " std::is_integral<T>::value &&\n" " (sizeof(T) > 1 || sizeof(T) < 8)>::type>\n" - "void F();"); + "void F();", getLLVMStyleWithColumns(76)); verifyIndependentOfContext("MACRO(int *i);"); verifyIndependentOfContext("MACRO(auto *a);"); |

