Skip to content

test: explicitly set global in test-repl

Rodrigo Muino Tomonari requested to merge github/fork/Trott/coffee into master

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?

Affected core subsystem(s)

test repl

Description of change

The test intentionally assigns a global. Use global namespace to make it clear that it is intentional and not an accidental leak.

Merge request reports

Loading