| 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 5b603306d836aa756bab409350097812b8c40102..babd9489bd874ac1a27aa774f1cefeb2320d8523 100644
|
| --- a/tests/standalone/io/file_input_stream_test.dart
|
| +++ b/tests/standalone/io/file_input_stream_test.dart
|
| @@ -3,7 +3,6 @@
|
| // 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";
|
|
|
|
|