Chromium Code Reviews| Index: utils/tests/pub/test_pub.dart |
| diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
| index 69f257060c08c44f240698b3d9b0320266f28acd..6849740a7633784e9b081dde97c11b03715fecc6 100644 |
| --- a/utils/tests/pub/test_pub.dart |
| +++ b/utils/tests/pub/test_pub.dart |
| @@ -878,7 +878,7 @@ class FileDescriptor extends Descriptor { |
| } |
| var stream = new ListInputStream(); |
| - stream.write(contents.charCodes()); |
| + stream.write(contents.charCodes); |
| stream.markEndOfStream(); |
| return stream; |
| } |