summaryrefslogtreecommitdiff
path: root/test/sequential/test-regress-GH-1726.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-regress-GH-1726.js')
-rw-r--r--test/sequential/test-regress-GH-1726.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sequential/test-regress-GH-1726.js b/test/sequential/test-regress-GH-1726.js
index c5f0bba133..0097ed913d 100644
--- a/test/sequential/test-regress-GH-1726.js
+++ b/test/sequential/test-regress-GH-1726.js
@@ -5,8 +5,8 @@
// https://github.com/joyent/node/issues/1726
require('../common');
-var assert = require('assert');
-var ch = require('child_process');
+const assert = require('assert');
+const ch = require('child_process');
var gen = +(process.argv[2] || 0);
var maxGen = 5;