Fix test-module-load-list.js

This commit is contained in:
Ryan Dahl
2011-09-27 13:06:35 -07:00
parent c06af229dc
commit 41d811f41f

View File

@@ -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',