summaryrefslogtreecommitdiff
path: root/test/parallel/test-handle-wrap-close-abort.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-handle-wrap-close-abort.js')
-rw-r--r--test/parallel/test-handle-wrap-close-abort.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-handle-wrap-close-abort.js b/test/parallel/test-handle-wrap-close-abort.js
index 3304276675..b91f9dd349 100644
--- a/test/parallel/test-handle-wrap-close-abort.js
+++ b/test/parallel/test-handle-wrap-close-abort.js
@@ -22,7 +22,7 @@
'use strict';
const common = require('../common');
-process.on('uncaughtException', common.mustCall(function() {}, 2));
+process.on('uncaughtException', common.mustCall(2));
setTimeout(function() {
process.nextTick(function() {