Chromium Code Reviews| 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 43bde37a4ac053c8368b502b861d4b228af786de..44e7e5fad6c03cbabc595b57ca436ebe4417d988 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:typeddata"; |