Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test-module-load-list.js
  • Loading branch information
ry committed Oct 11, 2011
1 parent 9631e29 commit 0e2bbac
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions test/simple/test-module-load-list.js
Expand Up @@ -68,19 +68,17 @@ switch (process.stdout._type) {
case 'fs':
expected = expected.concat([
'NativeModule console',
'Binding stdio',
'Binding tty_wrap'
]);
break;

case 'tty':
expected = expected.concat([
'NativeModule console',
'Binding stdio',
'Binding tty_wrap',
'NativeModule tty_uv',
'NativeModule net_uv',
'NativeModule timers_uv',
'NativeModule tty',
'NativeModule net',
'NativeModule timers',
'Binding timer_wrap',
'NativeModule _linklist'
]);
Expand All @@ -89,10 +87,9 @@ switch (process.stdout._type) {
case 'pipe':
expected = expected.concat([
'NativeModule console',
'Binding stdio',
'Binding tty_wrap',
'NativeModule net_uv',
'NativeModule timers_uv',
'NativeModule net',
'NativeModule timers',
'Binding timer_wrap',
'NativeModule _linklist',
'Binding pipe_wrap'
Expand Down

0 comments on commit 0e2bbac

Please sign in to comment.