made require statement work with older versions of node

This commit is contained in:
Brian Carlson 2010-12-14 19:57:26 -06:00
parent 87deb16611
commit f89e9c4bb0

View File

@ -1,5 +1,5 @@
require(__dirname + '/test-helper');
var Pool = require("utils").Pool;
var Pool = require(__dirname + "/../../lib/utils").Pool;
//this tests the monkey patching
//to ensure comptability with older