| Index: sdk/lib/_internal/pub/test/dart2js/includes_source_maps_in_debug_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/includes_source_maps_in_debug_test.dart b/sdk/lib/_internal/pub/test/dart2js/includes_source_maps_in_debug_test.dart
|
| similarity index 91%
|
| rename from sdk/lib/_internal/pub/test/transformer/dart2js/includes_source_maps_in_debug_test.dart
|
| rename to sdk/lib/_internal/pub/test/dart2js/includes_source_maps_in_debug_test.dart
|
| index 45a2ccfbd1123b1af9862bef5cdf50f596e63fb4..69ff7a125d5422d8b56c13623fd3af07ba61fd98 100644
|
| --- a/sdk/lib/_internal/pub/test/transformer/dart2js/includes_source_maps_in_debug_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/dart2js/includes_source_maps_in_debug_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();
|
|
|