Skip to content

Commit 893ac61

Browse files
committed
benchmark: remove modules that require intl
`inspector` and `trace_events` will throw errors if Node.js has been compiled with `--without-intl`. Refs: nodejs#35816
1 parent 9dbde1d commit 893ac61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmark/fixtures/require-builtins.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const list = [
1717
'http',
1818
'http2',
1919
'https',
20-
'inspector',
2120
'module',
2221
'net',
2322
'os',
@@ -32,7 +31,6 @@ const list = [
3231
'string_decoder',
3332
'timers',
3433
'tls',
35-
'trace_events',
3634
'tty',
3735
'url',
3836
'util',

0 commit comments

Comments
 (0)