diff --git a/clang/unittests/Format/FormatTestJS.cpp b/clang/unittests/Format/FormatTestJS.cpp --- a/clang/unittests/Format/FormatTestJS.cpp +++ b/clang/unittests/Format/FormatTestJS.cpp @@ -2185,7 +2185,7 @@ " */\n", getGoogleJSStyleWithColumns(20)); // cases where '{' is around the column limit - for (int ColumnLimit = 6; ColumnLimit < 10; ++ColumnLimit) { + for (int ColumnLimit = 6; ColumnLimit < 13; ++ColumnLimit) { verifyFormat("/**\n" " * @param {type}\n" " */",