Chromium Code Reviews| Index: tests/standalone/io/file_input_stream_test.dart |
| diff --git a/tests/standalone/io/file_input_stream_test.dart b/tests/standalone/io/file_input_stream_test.dart |
| index b25bfc165a9f37b1dd5441c3b9c9c89703f31179..93c9deb634ecb261a12a58299bfeab2c5cdb7bb4 100644 |
| --- a/tests/standalone/io/file_input_stream_test.dart |
| +++ b/tests/standalone/io/file_input_stream_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Testing file input stream, VM-only, standalone test. |
| +import "package:expect/expect.dart"; |
| import "dart:io"; |
| import "dart:isolate"; |