| Index: tests/standalone/io/web_socket_no_secure_test.dart
|
| diff --git a/tests/standalone/io/web_socket_no_secure_test.dart b/tests/standalone/io/web_socket_no_secure_test.dart
|
| index 7aae7a340516ba9c349271f5bc41f44366737367..36593db1dd2c3992fa6dfca88dd6a48aab7c5c61 100644
|
| --- a/tests/standalone/io/web_socket_no_secure_test.dart
|
| +++ b/tests/standalone/io/web_socket_no_secure_test.dart
|
| @@ -6,6 +6,7 @@
|
| // TODO(7157): Remove this test once the bug is fixed.
|
| // This is a copy of web_socket_test.dart with the secure connection
|
| // tests disabled, so it does not crash on Windows.
|
| +import "package:expect/expect.dart";
|
| import "dart:async";
|
| import "dart:io";
|
| import "dart:isolate";
|
|
|