Fix test-module-load-list.js
authorRyan Dahl <ry@tinyclouds.org>
Tue, 27 Sep 2011 20:06:35 +0000 (13:06 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 27 Sep 2011 20:11:09 +0000 (13:11 -0700)
test/simple/test-module-load-list.js

index fb2a72e..92f335b 100644 (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',