summaryrefslogtreecommitdiff
path: root/test/fixtures/print-chars.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-12-04 15:20:34 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-12-04 15:58:50 -0800
commita0159b4b295f69e5653ef96d88de579746dcfdc8 (patch)
tree3e8a2536784c09bd4fb7c6e6d88ecff2dab20c7b /test/fixtures/print-chars.js
parentfbdff52b447efd21c5a552bc47a113ffbe6e4d95 (diff)
downloadandroid-node-v8-a0159b4b295f69e5653ef96d88de579746dcfdc8.tar.gz
android-node-v8-a0159b4b295f69e5653ef96d88de579746dcfdc8.tar.bz2
android-node-v8-a0159b4b295f69e5653ef96d88de579746dcfdc8.zip
Fix global leaks
Diffstat (limited to 'test/fixtures/print-chars.js')
-rw-r--r--test/fixtures/print-chars.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/print-chars.js b/test/fixtures/print-chars.js
index 25a4f0632b..ec97604921 100644
--- a/test/fixtures/print-chars.js
+++ b/test/fixtures/print-chars.js
@@ -1,5 +1,5 @@
-common = require('../common');
-assert = common.assert;
+var common = require('../common');
+var assert = require('assert');
var n = parseInt(process.argv[2]);