Chromium Code Reviews| Index: tests/standalone/src/DirectoryTest.dart |
| diff --git a/tests/standalone/src/DirectoryTest.dart b/tests/standalone/src/DirectoryTest.dart |
| index bbebc31370e053cefff1d46a84236948b8ec1bb5..1590dab075b5f9d73bfd10c85ba43fc4f7c57c82 100644 |
| --- a/tests/standalone/src/DirectoryTest.dart |
| +++ b/tests/standalone/src/DirectoryTest.dart |
| @@ -5,6 +5,7 @@ |
| // Directory listing test. |
| #import("dart:io"); |
| +#import("dart:isolate"); |
| class DirectoryTest { |
| static void testListing() { |