summaryrefslogtreecommitdiff
path: root/test/pummel/test-net-many-clients.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/pummel/test-net-many-clients.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/pummel/test-net-many-clients.js')
-rw-r--r--test/pummel/test-net-many-clients.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pummel/test-net-many-clients.js b/test/pummel/test-net-many-clients.js
index e389099829..ab42762f7f 100644
--- a/test/pummel/test-net-many-clients.js
+++ b/test/pummel/test-net-many-clients.js
@@ -1,5 +1,5 @@
-common = require('../common');
-assert = common.assert;
+var common = require('../common');
+var assert = require('assert');;
net = require('net');
// settings
var bytes = 1024 * 40;