test: use common.crashOnUnhandledRejection

PR-URL: https://github.com/nodejs/node/pull/17218
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
esbb48 2017-11-22 16:34:58 +08:00 committed by James M Snell
parent 571ecd1aed
commit 339e247e3f

View File

@ -23,6 +23,7 @@
const common = require('../common');
const assert = require('assert');
const http = require('http');
common.crashOnUnhandledRejection();
const N = 4;
const M = 4;