Chromium Code Reviews| Index: tests/standalone/io/socket_test.dart |
| diff --git a/tests/standalone/io/socket_test.dart b/tests/standalone/io/socket_test.dart |
| index 3ebadf8043ea4fc2d914123ba8795927ac30dfdc..0cca8e4ae934812e7fda0f84c224ab879c03dc5b 100644 |
| --- a/tests/standalone/io/socket_test.dart |
| +++ b/tests/standalone/io/socket_test.dart |
| @@ -23,6 +23,7 @@ void testSimpleBind() { |
| asyncStart(); |
| ServerSocket.bind(InternetAddress.LOOPBACK_IP_V4, 0).then((s) { |
| Expect.isTrue(s.port > 0); |
| + s.close(); |
| asyncEnd(); |
| }); |
| } |