Chromium Code Reviews| Index: tests/standalone/src/FileTest.dart |
| diff --git a/tests/standalone/src/FileTest.dart b/tests/standalone/src/FileTest.dart |
| index e90244a9bdfa4ca63d9dcb2d2d98a27b4e3d5fe8..849852d0ebfb5ae20dc191d2fd4a8f6a6fdbec41 100644 |
| --- a/tests/standalone/src/FileTest.dart |
| +++ b/tests/standalone/src/FileTest.dart |
| @@ -5,6 +5,7 @@ |
| // Dart test program for testing file I/O. |
| #import("dart:io"); |
| +#import("dart:isolate"); |
| class MyListOfOneElement implements List { |
| int _value; |