diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-02-20 13:22:12 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-02-20 13:29:11 +0100 |
commit | 7f4aba91d31394218fbd8a351cd1377975712d67 (patch) | |
tree | e5a59493446a3d83e7d862acb22a4fa9fe41545c /test/simple/test-process-next-tick.js | |
parent | 028043dd024b074b7ebec7611f87ce4538edc27d (diff) | |
download | node-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.js | 1 |
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; |