| Index: tests/standalone/io/process_stdout_test.dart
 | 
| diff --git a/tests/standalone/io/process_stdout_test.dart b/tests/standalone/io/process_stdout_test.dart
 | 
| index 614d16161c49b2147f446eda861048827e489266..ecebe73d0784d47d3d2b538294cd23ce09af651a 100644
 | 
| --- a/tests/standalone/io/process_stdout_test.dart
 | 
| +++ b/tests/standalone/io/process_stdout_test.dart
 | 
| @@ -20,7 +20,7 @@ void test(Future<Process> future, int expectedExitCode) {
 | 
|        Expect.equals(expectedExitCode, exitCode);
 | 
|      };
 | 
|  
 | 
| -    List<int> data = "ABCDEFGHI\n".charCodes();
 | 
| +    List<int> data = "ABCDEFGHI\n".charCodes;
 | 
|      final int dataSize = data.length;
 | 
|  
 | 
|      InputStream input = process.stdout;
 | 
| 
 |