| Index: sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/runs_one_third_party_transformer_on_another_test.dart b/sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart
|
| similarity index 97%
|
| rename from sdk/lib/_internal/pub/test/serve/runs_one_third_party_transformer_on_another_test.dart
|
| rename to sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart
|
| index 96732e907b6a657145f7bad699b56dbdea01e380..a38d35f0ecb422e7f037f61690b220676bef3bca 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/runs_one_third_party_transformer_on_another_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart
|
| @@ -6,7 +6,7 @@ library pub_tests;
|
|
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
| -import 'utils.dart';
|
| +import '../serve/utils.dart';
|
|
|
| main() {
|
| initConfig();
|
|
|