summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-constructor-node-modules-paths.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-buffer-constructor-node-modules-paths.js')
-rw-r--r--test/parallel/test-buffer-constructor-node-modules-paths.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-buffer-constructor-node-modules-paths.js b/test/parallel/test-buffer-constructor-node-modules-paths.js
index c6a419f82a..40d314aec0 100644
--- a/test/parallel/test-buffer-constructor-node-modules-paths.js
+++ b/test/parallel/test-buffer-constructor-node-modules-paths.js
@@ -1,8 +1,8 @@
'use strict';
+const common = require('../common');
const child_process = require('child_process');
const assert = require('assert');
-const common = require('../common');
if (process.env.NODE_PENDING_DEPRECATION)
common.skip('test does not work when NODE_PENDING_DEPRECATION is set');