Skip to content

test: make REPL test pass in coverage mode

Make a REPL tab completion test pass in coverage mode by using Uin as the common prefix of all Uint*Array globals instead of co which could be a prefix for console and coverage, so it doesn't expand the way it's expected to in coverage mode.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes (presumably)
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test/repl

Merge request reports

Loading