Chromium Code Reviews| Index: tests/standalone/src/DirectoryTest.dart |
| diff --git a/tests/standalone/src/DirectoryTest.dart b/tests/standalone/src/DirectoryTest.dart |
| index 8694e462ab4178740bfae0b51d05fc794da18800..f9cdd0fcb1dd56310cabfab54e9ee223519d9004 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() { |