| Index: samples/tests/samples/src/chat/ChatServerTest.dart
|
| diff --git a/samples/tests/samples/src/chat/ChatServerTest.dart b/samples/tests/samples/src/chat/ChatServerTest.dart
|
| index 1701703b07744da0f0e6e32255886eccad8424f0..abf29439612441857128a4d8debbaff31a69e114 100644
|
| --- a/samples/tests/samples/src/chat/ChatServerTest.dart
|
| +++ b/samples/tests/samples/src/chat/ChatServerTest.dart
|
| @@ -10,6 +10,7 @@
|
|
|
| #library("chat_server_test.dart");
|
| #import("dart:json");
|
| +#import("dart:isolate");
|
| #import("../../../../chat/http.dart");
|
| #import("../../../../chat/chat_server_lib.dart");
|
|
|
|
|