| Index: tests/standalone/src/EchoServerTest.dart
|
| diff --git a/tests/standalone/src/EchoServerTest.dart b/tests/standalone/src/EchoServerTest.dart
|
| index 881390f8383854e988e51ca930a88206ff8771ea..428d3d7e0db5fe425b7ca0326f90bb7ea271c744 100644
|
| --- a/tests/standalone/src/EchoServerTest.dart
|
| +++ b/tests/standalone/src/EchoServerTest.dart
|
| @@ -9,7 +9,6 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| -#library("EchoServerTest");
|
| #import("dart:io");
|
| #import("dart:isolate");
|
| #source("TestingServer.dart");
|
| @@ -133,7 +132,7 @@ class EchoServer extends TestingServer {
|
|
|
| static final msgSize = EchoServerGame.MSGSIZE;
|
|
|
| - void connectionHandler(Socket connection) {
|
| + void onConnection(Socket connection) {
|
|
|
| void messageHandler() {
|
|
|
|
|