| Index: tests/standalone/io/http_basic_test.dart
|
| diff --git a/tests/standalone/io/http_basic_test.dart b/tests/standalone/io/http_basic_test.dart
|
| index e7def841eac3e40ce56020e402af0ddb1d75e3ee..bae462ca298a44399b5d411de7b26f26be6d0f2b 100644
|
| --- a/tests/standalone/io/http_basic_test.dart
|
| +++ b/tests/standalone/io/http_basic_test.dart
|
| @@ -168,7 +168,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) {
|
|
|