| Index: tests/standalone/io/http_read_test.dart
|
| diff --git a/tests/standalone/io/http_read_test.dart b/tests/standalone/io/http_read_test.dart
|
| index bb8a87a4f39c90fa7da2948e90fedaf7fad183ea..f55d29d1b3d33ba5239353cb30ad3aff8c11a9ce 100644
|
| --- a/tests/standalone/io/http_read_test.dart
|
| +++ b/tests/standalone/io/http_read_test.dart
|
| @@ -7,6 +7,7 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| +import "package:expect/expect.dart";
|
| import "dart:isolate";
|
| import "dart:io";
|
|
|
|
|