mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Fix test-module-load-list.js
This commit is contained in:
@@ -78,25 +78,26 @@ if (!process.features.uv) {
|
||||
case 'fs':
|
||||
expected = expected.concat([
|
||||
'NativeModule console',
|
||||
'Binding tty_wrap',
|
||||
]);
|
||||
break;
|
||||
|
||||
case 'tty':
|
||||
expected = expected.concat([
|
||||
'NativeModule console',
|
||||
'NativeModule tty',
|
||||
'NativeModule tty_posix',
|
||||
'Binding tty_wrap',
|
||||
'NativeModule tty_uv',
|
||||
'NativeModule net_uv',
|
||||
'NativeModule timers_uv',
|
||||
'Binding timer_wrap',
|
||||
'NativeModule _linklist',
|
||||
'Binding pipe_wrap',
|
||||
'NativeModule _linklist'
|
||||
]);
|
||||
break;
|
||||
|
||||
case 'pipe':
|
||||
expected = expected.concat([
|
||||
'NativeModule console',
|
||||
'Binding tty_wrap',
|
||||
'NativeModule net_uv',
|
||||
'NativeModule timers_uv',
|
||||
'Binding timer_wrap',
|
||||
|
||||
Reference in New Issue
Block a user