| Index: tests/standalone/src/io/HttpServerSocketTest.dart
|
| diff --git a/tests/standalone/src/io/HttpServerSocketTest.dart b/tests/standalone/src/io/HttpServerSocketTest.dart
|
| index 06f01604e5b479ff470b560145a219280865dc33..346a48929a549be781e9e524ffcac58bd1b4f151 100644
|
| --- a/tests/standalone/src/io/HttpServerSocketTest.dart
|
| +++ b/tests/standalone/src/io/HttpServerSocketTest.dart
|
| @@ -147,7 +147,7 @@ class ServerSocketMock implements ServerSocket {
|
| _onConnection = callback;
|
| }
|
|
|
| - void set onError(void callback()) {
|
| + void set onError(void callback(Exception)) {
|
| _onError = callback;
|
| }
|
|
|
|
|