Skip to content

Commit a19d755

Browse files
committed
fixup! events: lazy load perf_hooks for EventTarget
1 parent 47e4fb9 commit a19d755

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/parallel/test-bootstrap-modules.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const expectedModules = new Set([
2020
'Internal Binding module_wrap',
2121
'Internal Binding native_module',
2222
'Internal Binding options',
23-
'Internal Binding performance',
2423
'Internal Binding process_methods',
2524
'Internal Binding report',
2625
'Internal Binding string_decoder',
@@ -31,7 +30,6 @@ const expectedModules = new Set([
3130
'Internal Binding types',
3231
'Internal Binding url',
3332
'Internal Binding util',
34-
'NativeModule async_hooks',
3533
'NativeModule buffer',
3634
'NativeModule events',
3735
'NativeModule fs',
@@ -49,7 +47,6 @@ const expectedModules = new Set([
4947
'NativeModule internal/fixed_queue',
5048
'NativeModule internal/fs/dir',
5149
'NativeModule internal/fs/utils',
52-
'NativeModule internal/histogram',
5350
'NativeModule internal/idna',
5451
'NativeModule internal/linkedlist',
5552
'NativeModule internal/modules/run_main',
@@ -86,7 +83,6 @@ const expectedModules = new Set([
8683
'NativeModule internal/validators',
8784
'NativeModule internal/vm/module',
8885
'NativeModule path',
89-
'NativeModule perf_hooks',
9086
'NativeModule timers',
9187
'NativeModule url',
9288
'NativeModule util',

0 commit comments

Comments
 (0)