| Index: tests/standalone/io/http_close_test.dart
|
| diff --git a/tests/standalone/io/http_close_test.dart b/tests/standalone/io/http_close_test.dart
|
| index 7e0418bd792a8aa02e247f819fa5d99235f325ae..0d644374dec5a1582b21abe70ec7e423ccd31a11 100644
|
| --- a/tests/standalone/io/http_close_test.dart
|
| +++ b/tests/standalone/io/http_close_test.dart
|
| @@ -7,6 +7,7 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| +import "package:expect/expect.dart";
|
| import "dart:async";
|
| import "dart:io";
|
| import "dart:scalarlist";
|
|
|