| Index: sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
|
| similarity index 97%
|
| rename from sdk/lib/_internal/pub/test/serve/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
|
| rename to sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
|
| index 49da6308932bd257794dd8776ca2abb7f32adf27..7f619114fcc8b1f85c2e79fa290e0021eeaa6427 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
|
| @@ -8,7 +8,7 @@ import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
| -import 'utils.dart';
|
| +import '../serve/utils.dart';
|
|
|
| main() {
|
| initConfig();
|
|
|