| Index: tests/standalone/io/socket_exception_test.dart
|
| diff --git a/tests/standalone/io/socket_exception_test.dart b/tests/standalone/io/socket_exception_test.dart
|
| index 2966e851610b0abffe4e4b172cda65af1889705c..6381558f72a01ddcb5df0e0a2e6c541d670bf636 100644
|
| --- a/tests/standalone/io/socket_exception_test.dart
|
| +++ b/tests/standalone/io/socket_exception_test.dart
|
| @@ -154,6 +154,7 @@ class SocketExceptionTest {
|
| }
|
|
|
| static void clientSocketAddCloseErrorTest() {
|
| + asyncStart();
|
| ServerSocket.bind("127.0.0.1", 0).then((server) {
|
| var completer = new Completer();
|
| server.listen((socket) {
|
| @@ -179,7 +180,6 @@ class SocketExceptionTest {
|
| client.add(new List.filled(SIZE, 0));
|
| // Destroy other socket now.
|
| completer.complete(null);
|
| - asyncStart();
|
| client.done.then(
|
| (_) {
|
| Expect.fail("Expected error");
|
|
|