summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-parser-lazy-loaded.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-parser-lazy-loaded.js')
-rw-r--r--test/parallel/test-http-parser-lazy-loaded.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/parallel/test-http-parser-lazy-loaded.js b/test/parallel/test-http-parser-lazy-loaded.js
index 79b6ac37b3..a6c19f9353 100644
--- a/test/parallel/test-http-parser-lazy-loaded.js
+++ b/test/parallel/test-http-parser-lazy-loaded.js
@@ -1,7 +1,7 @@
// Flags: --expose-internals
'use strict';
-
+const common = require('../common');
const { internalBinding } = require('internal/test/binding');
const { getOptionValue } = require('internal/options');
@@ -21,7 +21,6 @@ const binding =
internalBinding('http_parser') : internalBinding('http_parser_llhttp');
binding.HTTPParser = DummyParser;
-const common = require('../common');
const assert = require('assert');
const { spawn } = require('child_process');
const { parsers } = require('_http_common');