| Index: test/generated_sdk/lib/isolate/isolate.dart
|
| diff --git a/test/generated_sdk/lib/isolate/isolate.dart b/test/generated_sdk/lib/isolate/isolate.dart
|
| index 74b5979243e3f4f64115e28838943d50b8ebd93f..bb597f8c2866919222265ca43c039f2779873b7b 100644
|
| --- a/test/generated_sdk/lib/isolate/isolate.dart
|
| +++ b/test/generated_sdk/lib/isolate/isolate.dart
|
| @@ -11,8 +11,6 @@
|
| library dart.isolate;
|
|
|
| import "dart:async";
|
| -
|
| -part "capability.dart";
|
| import 'dart:_js_helper' show patch;
|
| import 'dart:_isolate_helper' show CapabilityImpl,
|
| CloseToken,
|
| @@ -21,6 +19,8 @@ import 'dart:_isolate_helper' show CapabilityImpl,
|
| ReceivePortImpl,
|
| RawReceivePortImpl;
|
|
|
| +part "capability.dart";
|
| +
|
| /**
|
| * Thrown when an isolate cannot be created.
|
| */
|
|
|