summaryrefslogtreecommitdiff
path: root/test/parallel/test-next-tick-errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-next-tick-errors.js')
-rw-r--r--test/parallel/test-next-tick-errors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-next-tick-errors.js b/test/parallel/test-next-tick-errors.js
index 180b769eaa..4f47c3f954 100644
--- a/test/parallel/test-next-tick-errors.js
+++ b/test/parallel/test-next-tick-errors.js
@@ -1,6 +1,6 @@
'use strict';
require('../common');
-var assert = require('assert');
+const assert = require('assert');
const order = [];
let exceptionHandled = false;