From a19d755b13f4837bb98bb12469d1757479715d5e Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 8 Jun 2020 09:26:40 -0700 Subject: [PATCH] fixup! events: lazy load perf_hooks for EventTarget --- test/parallel/test-bootstrap-modules.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js index b2506499e7d1c7..86a91062ce7143 100644 --- a/test/parallel/test-bootstrap-modules.js +++ b/test/parallel/test-bootstrap-modules.js @@ -20,7 +20,6 @@ const expectedModules = new Set([ 'Internal Binding module_wrap', 'Internal Binding native_module', 'Internal Binding options', - 'Internal Binding performance', 'Internal Binding process_methods', 'Internal Binding report', 'Internal Binding string_decoder', @@ -31,7 +30,6 @@ const expectedModules = new Set([ 'Internal Binding types', 'Internal Binding url', 'Internal Binding util', - 'NativeModule async_hooks', 'NativeModule buffer', 'NativeModule events', 'NativeModule fs', @@ -49,7 +47,6 @@ const expectedModules = new Set([ 'NativeModule internal/fixed_queue', 'NativeModule internal/fs/dir', 'NativeModule internal/fs/utils', - 'NativeModule internal/histogram', 'NativeModule internal/idna', 'NativeModule internal/linkedlist', 'NativeModule internal/modules/run_main', @@ -86,7 +83,6 @@ const expectedModules = new Set([ 'NativeModule internal/validators', 'NativeModule internal/vm/module', 'NativeModule path', - 'NativeModule perf_hooks', 'NativeModule timers', 'NativeModule url', 'NativeModule util',