| Index: tests/standalone/src/EchoServerTest.dart
|
| diff --git a/tests/standalone/src/EchoServerTest.dart b/tests/standalone/src/EchoServerTest.dart
|
| index 2213ac3c53d106508e28a30df720d1c2ee416e12..adda21d59bf5de9554a5dada341b5d7aefe1c141 100644
|
| --- a/tests/standalone/src/EchoServerTest.dart
|
| +++ b/tests/standalone/src/EchoServerTest.dart
|
| @@ -10,6 +10,7 @@
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| #library("EchoServerTest");
|
| +#import("dart:io");
|
| #source("TestingServer.dart");
|
|
|
| class EchoServerTest {
|
|
|