test: make use of globals explicit
authorRich Trott <rtrott@gmail.com>
Sat, 2 Apr 2016 05:20:55 +0000 (22:20 -0700)
committerMyles Borins <mborins@us.ibm.com>
Mon, 11 Apr 2016 16:52:45 +0000 (12:52 -0400)
commit73e3b7b9a8e01746edc1e7db8699fd435ea292d6
tree07d5c3c4d76b59153b2f2d1d758b72b63db9cea0
parentbb603b89a2212da689491cf8cf60e64e341aeb40
test: make use of globals explicit

Use `global` to be explicit that a global variable is intended.

PR-URL: https://github.com/nodejs/node/pull/6014
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
test/parallel/test-vm-static-this.js