diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-07-15 11:47:25 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-07-15 14:21:31 -0700 |
commit | 9fd5e3c89cb3664be7491c2da8e7060a0c36e135 (patch) | |
tree | d748de58c1638e852d33374c328a45f6ab8d2268 /test/simple/test-querystring.js | |
parent | 94728125696ce05f5308ccbc111874e9fa936936 (diff) | |
download | node-new-9fd5e3c89cb3664be7491c2da8e7060a0c36e135.tar.gz |
Update tests to work with module contexts
Diffstat (limited to 'test/simple/test-querystring.js')
-rw-r--r-- | test/simple/test-querystring.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/simple/test-querystring.js b/test/simple/test-querystring.js index f3b33012d4..961c1ec35e 100644 --- a/test/simple/test-querystring.js +++ b/test/simple/test-querystring.js @@ -1,4 +1,5 @@ -require("../common"); +common = require("../common"); +assert = common.assert // test using assert |