| Index: samples/tests/samples/src/chat/HttpTest.dart
|
| diff --git a/samples/tests/samples/src/chat/HttpTest.dart b/samples/tests/samples/src/chat/HttpTest.dart
|
| index c8984e85ebed41e25e59860761d34ec4b8f19111..d5bb317b0ace2b27f7ef109887d45f9066faf79b 100644
|
| --- a/samples/tests/samples/src/chat/HttpTest.dart
|
| +++ b/samples/tests/samples/src/chat/HttpTest.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library("http_test.dart");
|
| +#import("dart:isolate");
|
| #import("../../../../chat/http.dart");
|
| #import("../../../../chat/chat_server_lib.dart");
|
|
|
|
|