| 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 c46bd421d41ba2e256a92a940a283d0241b93b4e..e03b74b888189a3f0bea1d8e5a5bcc397c752899 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";
|
|
|
|
|