Chromium Code Reviews| Index: tests/utils/recursive_import_test.dart | 
| =================================================================== | 
| --- tests/utils/recursive_import_test.dart (revision 16320) | 
| +++ tests/utils/recursive_import_test.dart (working copy) | 
| @@ -52,6 +52,8 @@ | 
| source = CORE_LIB; | 
| } else if (uri.path.endsWith('_patch.dart')) { | 
| source = ''; | 
| + } else if (uri.path.endsWith('isolate_helper.dart')) { | 
| + source = 'class _WorkerStub {}'; | 
| } else { | 
| source = "library lib${uri.path.replaceAll('/', '.')};"; | 
| } |