summaryrefslogtreecommitdiff
path: root/test/parallel/test-whatwg-url-custom-searchparams-keys.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-whatwg-url-custom-searchparams-keys.js')
-rw-r--r--test/parallel/test-whatwg-url-custom-searchparams-keys.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-whatwg-url-custom-searchparams-keys.js b/test/parallel/test-whatwg-url-custom-searchparams-keys.js
index 5a222c7428..b65e71c9a2 100644
--- a/test/parallel/test-whatwg-url-custom-searchparams-keys.js
+++ b/test/parallel/test-whatwg-url-custom-searchparams-keys.js
@@ -4,7 +4,6 @@
require('../common');
const assert = require('assert');
-const URLSearchParams = require('url').URLSearchParams;
const params = new URLSearchParams('a=b&c=d');
const keys = params.keys();