Skip to content

test: Change declaration by var to let.

Rodrigo Muino Tomonari requested to merge github/fork/ubansi/var_to_let into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

none

Description of change

I narrowed the scope of local variables in for on test-buffer-fill.js. Since i and tmp are not used outside of for, they do not have to be var declarations.

Merge request reports

Loading