| Index: test/dart_codegen/expect/async/async
|
| diff --git a/test/dart_codegen/expect/async/async b/test/dart_codegen/expect/async/async
|
| index 4af51ffa7e02cb701bce5e019e8c21420e032bd7..07ec0563408f8bc904992f7338d81059b9991cf7 100644
|
| --- a/test/dart_codegen/expect/async/async
|
| +++ b/test/dart_codegen/expect/async/async
|
| @@ -1,21 +1,18 @@
|
| library dart.async;
|
| -
|
| import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DDC$RT;
|
| import "dart:collection";
|
| -import "dart:_internal"
|
| - show deprecated, printToZone, printToConsole, IterableElementError;
|
| + import "dart:_internal" show deprecated, printToZone, printToConsole, IterableElementError;
|
| part 'async_error.dart';
|
| -part 'broadcast_stream_controller.dart';
|
| -part 'deferred_load.dart';
|
| -part 'future.dart';
|
| -part 'future_impl.dart';
|
| -part 'schedule_microtask.dart';
|
| -part 'stream.dart';
|
| -part 'stream_controller.dart';
|
| -part 'stream_impl.dart';
|
| -part 'stream_pipe.dart';
|
| -part 'stream_transformers.dart';
|
| -part 'timer.dart';
|
| -part 'zone.dart';
|
| -
|
| -bool get _hasDocument => JS('String', 'typeof document') == 'object';
|
| + part 'broadcast_stream_controller.dart';
|
| + part 'deferred_load.dart';
|
| + part 'future.dart';
|
| + part 'future_impl.dart';
|
| + part 'schedule_microtask.dart';
|
| + part 'stream.dart';
|
| + part 'stream_controller.dart';
|
| + part 'stream_impl.dart';
|
| + part 'stream_pipe.dart';
|
| + part 'stream_transformers.dart';
|
| + part 'timer.dart';
|
| + part 'zone.dart';
|
| + bool get _hasDocument => JS('String', 'typeof document') == 'object';
|
|
|