| Index: sdk/lib/_internal/pub/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart b/sdk/lib/_internal/pub/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| similarity index 89%
|
| rename from sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| rename to sdk/lib/_internal/pub/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| index 28e9acf14c4278fef0b647ce82db9f7eccf07fc3..03897e0b69a3a55fdb44517b95d4165965d3e9b0 100644
|
| --- a/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| @@ -2,13 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library pub_tests;
|
| -
|
| import 'package:scheduled_test/scheduled_stream.dart';
|
|
|
| -import '../../descriptor.dart' as d;
|
| -import '../../test_pub.dart';
|
| -import '../../serve/utils.dart';
|
| +import '../descriptor.dart' as d;
|
| +import '../test_pub.dart';
|
| +import '../serve/utils.dart';
|
|
|
| main() {
|
| initConfig();
|
|
|