| Index: tests/standalone/io/file_system_links_test.dart
 | 
| diff --git a/tests/standalone/io/file_system_links_test.dart b/tests/standalone/io/file_system_links_test.dart
 | 
| index 361f7e6eba02085342865ee5cefc6d6bd9b5c885..95ba998ddace1c4aad15acef4cbdda9180cad438 100644
 | 
| --- a/tests/standalone/io/file_system_links_test.dart
 | 
| +++ b/tests/standalone/io/file_system_links_test.dart
 | 
| @@ -65,7 +65,7 @@ testFileWriteRead() {
 | 
|    var y = '${temp.path}${Platform.pathSeparator}y';
 | 
|    new File(x).createSync();
 | 
|    createLink(x, y, true, () {
 | 
| -    var data = "asdf".charCodes;
 | 
| +    var data = "asdf".codeUnits;
 | 
|      var output = new File(y).openOutputStream(FileMode.WRITE);
 | 
|      output.write(data);
 | 
|      output.onNoPendingWrites = () {
 | 
| 
 |