From 51d838b2b3659c429700c6c1fd25d30fffef5f7c Mon Sep 17 00:00:00 2001 From: Jimmy Thomson Date: Wed, 25 Oct 2017 12:29:55 -0700 Subject: [PATCH] test: fixing test failure after merge. --- test/parallel/test-internal-util-decorate-error-stack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-internal-util-decorate-error-stack.js b/test/parallel/test-internal-util-decorate-error-stack.js index 8c80d767e5d..a1808f8b14f 100644 --- a/test/parallel/test-internal-util-decorate-error-stack.js +++ b/test/parallel/test-internal-util-decorate-error-stack.js @@ -1,6 +1,6 @@ // Flags: --expose_internals 'use strict'; -require('../common'); +const common = require('../common'); const fixtures = require('../common/fixtures'); const assert = require('assert'); const internalUtil = require('internal/util');