summaryrefslogtreecommitdiff
path: root/test/simple/test-process-next-tick.js
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-02-20 13:22:12 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-02-20 13:29:11 +0100
commit7f4aba91d31394218fbd8a351cd1377975712d67 (patch)
treee5a59493446a3d83e7d862acb22a4fa9fe41545c /test/simple/test-process-next-tick.js
parent028043dd024b074b7ebec7611f87ce4538edc27d (diff)
downloadnode-new-7f4aba91d31394218fbd8a351cd1377975712d67.tar.gz
test: include common.js in all tests
Diffstat (limited to 'test/simple/test-process-next-tick.js')
-rw-r--r--test/simple/test-process-next-tick.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/simple/test-process-next-tick.js b/test/simple/test-process-next-tick.js
index e8706cbfde..0322a033e3 100644
--- a/test/simple/test-process-next-tick.js
+++ b/test/simple/test-process-next-tick.js
@@ -19,6 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
+var common = require('../common');
var assert = require('assert');
var N = 2;
var tickCount = 0;