| Index: tests/standalone/io/process_stdin_transform_unsubscribe_test.dart
 | 
| diff --git a/tests/standalone/io/process_stdin_transform_unsubscribe_test.dart b/tests/standalone/io/process_stdin_transform_unsubscribe_test.dart
 | 
| index 94085a4ee7b7ccae96f51329fa15a15db28d76be..8b10d734b99d73a796ec33878c5fed51831b3bd9 100644
 | 
| --- a/tests/standalone/io/process_stdin_transform_unsubscribe_test.dart
 | 
| +++ b/tests/standalone/io/process_stdin_transform_unsubscribe_test.dart
 | 
| @@ -35,5 +35,5 @@ main() {
 | 
|      scriptFile = new File("../tests/standalone/io/$scriptName");
 | 
|    }
 | 
|    Expect.isTrue(scriptFile.existsSync());
 | 
| -  test(Process.start(new Options().executable, [scriptFile.path]), 0);
 | 
| +  test(Process.start(Platform.executable, [scriptFile.path]), 0);
 | 
|  }
 | 
| 
 |