| Index: tests/standalone/io/file_read_stdio_script.dart
 | 
| diff --git a/tests/standalone/io/file_read_stdio_script.dart b/tests/standalone/io/file_read_stdio_script.dart
 | 
| index b2043ffb2b2c4b1feb58e4e748cf3b5cf3a15980..966d914b0b27f1bf3453408a2c3a6062e245c87f 100644
 | 
| --- a/tests/standalone/io/file_read_stdio_script.dart
 | 
| +++ b/tests/standalone/io/file_read_stdio_script.dart
 | 
| @@ -5,7 +5,7 @@
 | 
|  import 'dart:io';
 | 
|  
 | 
|  void main() {
 | 
| -  var expected = new File(new Options().script).readAsStringSync();
 | 
| +  var expected = new File(Platform.script).readAsStringSync();
 | 
|    var stdin = new File('/dev/fd/0').readAsStringSync();
 | 
|    if (expected != stdin) {
 | 
|      throw "stdin not equal expected file";
 | 
| 
 |