fix unit test

This commit is contained in:
Fabian Jakobs 2011-04-29 11:32:32 +02:00
commit 749206fedb

View file

@ -37,5 +37,5 @@
require("../../../support/paths");
var test = require("asyncjs/test");
var test = require("asyncjs").test;
test.walkTestCases(__dirname + "/..").exec()