| Index: tests/isolate/src/NestedSpawnTest.dart
 | 
| diff --git a/tests/isolate/src/NestedSpawnTest.dart b/tests/isolate/src/NestedSpawnTest.dart
 | 
| index 2ef1bd4d85a04c421a961d4167d13cffd996e021..b86d8906ef381bf7b611d770a59f959c02eef33e 100644
 | 
| --- a/tests/isolate/src/NestedSpawnTest.dart
 | 
| +++ b/tests/isolate/src/NestedSpawnTest.dart
 | 
| @@ -5,6 +5,7 @@
 | 
|  // Dart test program for testing that isolates can spawn other isolates.
 | 
|  
 | 
|  #library('NestedSpawnTest');
 | 
| +#import("dart:isolate");
 | 
|  #import('TestFramework.dart');
 | 
|  
 | 
|  class IsolateA extends Isolate {
 | 
| 
 |