@@ -21,7 +21,6 @@ const expectedModules = new Set([
21
21
'Internal Binding module_wrap' ,
22
22
'Internal Binding native_module' ,
23
23
'Internal Binding options' ,
24
- 'Internal Binding performance' ,
25
24
'Internal Binding process_methods' ,
26
25
'Internal Binding report' ,
27
26
'Internal Binding string_decoder' ,
@@ -32,7 +31,6 @@ const expectedModules = new Set([
32
31
'Internal Binding types' ,
33
32
'Internal Binding url' ,
34
33
'Internal Binding util' ,
35
- 'NativeModule async_hooks' ,
36
34
'NativeModule buffer' ,
37
35
'NativeModule events' ,
38
36
'NativeModule fs' ,
@@ -50,7 +48,6 @@ const expectedModules = new Set([
50
48
'NativeModule internal/fixed_queue' ,
51
49
'NativeModule internal/fs/dir' ,
52
50
'NativeModule internal/fs/utils' ,
53
- 'NativeModule internal/histogram' ,
54
51
'NativeModule internal/idna' ,
55
52
'NativeModule internal/linkedlist' ,
56
53
'NativeModule internal/modules/run_main' ,
@@ -88,7 +85,6 @@ const expectedModules = new Set([
88
85
'NativeModule internal/vm/module' ,
89
86
'NativeModule internal/worker/js_transferable' ,
90
87
'NativeModule path' ,
91
- 'NativeModule perf_hooks' ,
92
88
'NativeModule timers' ,
93
89
'NativeModule url' ,
94
90
'NativeModule util' ,
0 commit comments