| Index: tests/standalone/src/io/EchoServerTest.dart
|
| diff --git a/tests/standalone/src/io/EchoServerTest.dart b/tests/standalone/src/io/EchoServerTest.dart
|
| index b0c77bf6d07e379a456a75e7441785b30d023eca..5317967483fed3c26339f0c6ac54920273434f14 100644
|
| --- a/tests/standalone/src/io/EchoServerTest.dart
|
| +++ b/tests/standalone/src/io/EchoServerTest.dart
|
| @@ -9,6 +9,7 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| +#library("EchoServerTest.dart");
|
| #import("dart:io");
|
| #import("dart:isolate");
|
| #source("TestingServer.dart");
|
|
|