test: explicitly set global in test-repl
authorRich Trott <rtrott@gmail.com>
Sun, 3 Apr 2016 06:20:12 +0000 (23:20 -0700)
committerMyles Borins <mborins@us.ibm.com>
Mon, 11 Apr 2016 16:57:36 +0000 (12:57 -0400)
commitac40a4510d19b4982399c3e19d8a28a1a7c28a48
treeddcd07b425b67329466a9bea25bceeb6507866ee
parent0870ac65f2d6f37e5abd2b9cb0a2a3478ba42441
test: explicitly set global in test-repl

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

PR-URL: https://github.com/nodejs/node/pull/6026
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
test/parallel/test-repl.js