| Index: sdk/lib/_internal/pub/test/dart2js/source_maps_include_core_libs_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/source_maps_include_core_libs_test.dart b/sdk/lib/_internal/pub/test/dart2js/source_maps_include_core_libs_test.dart
|
| similarity index 95%
|
| rename from sdk/lib/_internal/pub/test/transformer/dart2js/source_maps_include_core_libs_test.dart
|
| rename to sdk/lib/_internal/pub/test/dart2js/source_maps_include_core_libs_test.dart
|
| index bf076c8783230480d8ddeded19a79d1c2757eabb..b8efddd9a7f4c293232404b20a62b48a538f9642 100644
|
| --- a/sdk/lib/_internal/pub/test/transformer/dart2js/source_maps_include_core_libs_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/dart2js/source_maps_include_core_libs_test.dart
|
| @@ -2,12 +2,10 @@
|
| // 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_test.dart';
|
|
|
| -import '../../descriptor.dart' as d;
|
| -import '../../test_pub.dart';
|
| +import '../descriptor.dart' as d;
|
| +import '../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
|
|