Chromium Code Reviews| Index: tests/isolate/src/NestedSpawn2Test.dart |
| diff --git a/tests/isolate/src/NestedSpawn2Test.dart b/tests/isolate/src/NestedSpawn2Test.dart |
| index b8668901689c4aaa69ea10126be880c265813747..5d4e9aa818855c986257645ea9d8ce1c4008e0c3 100644 |
| --- a/tests/isolate/src/NestedSpawn2Test.dart |
| +++ b/tests/isolate/src/NestedSpawn2Test.dart |
| @@ -7,6 +7,7 @@ |
| // disappeared. |
| #library('NestedSpawn2Test'); |
| +#import("dart:isolate"); |
| #import('TestFramework.dart'); |
| class IsolateA extends Isolate { |