| Index: tests/standalone/io/http_read_test.dart
|
| diff --git a/tests/standalone/io/http_read_test.dart b/tests/standalone/io/http_read_test.dart
|
| index 848e76b1d975d17192854cc7e1fc56d25d220700..fcc670fb93bdfb54c11d27793118822eb7ccf3cb 100644
|
| --- a/tests/standalone/io/http_read_test.dart
|
| +++ b/tests/standalone/io/http_read_test.dart
|
| @@ -129,7 +129,7 @@ class TestServer {
|
| _requestReceivedHandler(req, rsp);
|
| };
|
| replyTo.send(new TestServerStatus.started(_server.port), null);
|
| - } catch (var e) {
|
| + } catch (e) {
|
| replyTo.send(new TestServerStatus.error(), null);
|
| }
|
| } else if (message.isStop) {
|
|
|