| Index: tests/standalone/io/raw_socket_test.dart
|
| diff --git a/tests/standalone/io/raw_socket_test.dart b/tests/standalone/io/raw_socket_test.dart
|
| index dfd41508d1170879fa20aa115b46114054a1595f..53a5e026d3a355c75414d6f28fce58af10e68520 100644
|
| --- a/tests/standalone/io/raw_socket_test.dart
|
| +++ b/tests/standalone/io/raw_socket_test.dart
|
| @@ -53,7 +53,6 @@ void testInvalidBind() {
|
| RawServerSocket.bind(InternetAddress.LOOPBACK_IP_V4, s.port)
|
| .then((t) {
|
| Expect.fail("Multiple listens on same port");
|
| - port.toSendPort().send(1);
|
| })
|
| .catchError((error) {
|
| Expect.isTrue(error is SocketException);
|
|
|