diff options
author | Micheil Smith <micheil@brandedcode.com> | 2010-10-12 08:04:09 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-11 15:21:36 -0700 |
commit | e38eb0c5a4d4e8497f5815be81994ddb01fbceb7 (patch) | |
tree | 6a78ed08f6186930b9ef9984fbd7b4354beae7c7 /test/pummel/test-http-client-reconnect-bug.js | |
parent | 0a0e90dcca1642849ffa8b8cee4ad9b8f15c0fc1 (diff) | |
download | node-new-e38eb0c5a4d4e8497f5815be81994ddb01fbceb7.tar.gz |
Soft migration of sys -> util, Removal of deprecated utils module.
Diffstat (limited to 'test/pummel/test-http-client-reconnect-bug.js')
-rw-r--r-- | test/pummel/test-http-client-reconnect-bug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pummel/test-http-client-reconnect-bug.js b/test/pummel/test-http-client-reconnect-bug.js index e4a1606381..bf26a7b018 100644 --- a/test/pummel/test-http-client-reconnect-bug.js +++ b/test/pummel/test-http-client-reconnect-bug.js @@ -2,7 +2,7 @@ common = require("../common"); assert = common.assert var net = require("net"), - sys = require("sys"), + util = require("util"), http = require("http"); var errorCount = 0; |