Skip to content

test: fix pummel/test-net-connect-memleak

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-pummel into master

A loop that generates a long array is resulting in a RangeError. Moving to Array.prototype.fill() along with the ** operator instead of using a loop fixes the issue.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading