Chromium Code Reviews| Index: tests/standalone/src/EchoServerTest.dart |
| diff --git a/tests/standalone/src/EchoServerTest.dart b/tests/standalone/src/EchoServerTest.dart |
| index adda21d59bf5de9554a5dada341b5d7aefe1c141..d7add6a5fabd13db663e9a51181bf7bd0b8dc6f1 100644 |
| --- a/tests/standalone/src/EchoServerTest.dart |
| +++ b/tests/standalone/src/EchoServerTest.dart |
| @@ -11,6 +11,7 @@ |
| #library("EchoServerTest"); |
| #import("dart:io"); |
| +#import("dart:isolate"); |
| #source("TestingServer.dart"); |
| class EchoServerTest { |