krasimir updated this revision to Diff 303354.
krasimir added a comment.

update test case range


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90908/new/

https://reviews.llvm.org/D90908

Files:
  clang/unittests/Format/FormatTestJS.cpp


Index: clang/unittests/Format/FormatTestJS.cpp
===================================================================
--- clang/unittests/Format/FormatTestJS.cpp
+++ 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"
                  " */",


Index: clang/unittests/Format/FormatTestJS.cpp
===================================================================
--- clang/unittests/Format/FormatTestJS.cpp
+++ 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"
                  " */",
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to