| Index: sdk/lib/_internal/pub/test/cache/list_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/pub_cache_test.dart b/sdk/lib/_internal/pub/test/cache/list_test.dart
|
| similarity index 97%
|
| rename from sdk/lib/_internal/pub/test/pub_cache_test.dart
|
| rename to sdk/lib/_internal/pub/test/cache/list_test.dart
|
| index 448316615cffc962d4f54fae30ec981bd3a92fdf..3a7bb8e68f4f8d8330794fa4cd0e96699db713dd 100644
|
| --- a/sdk/lib/_internal/pub/test/pub_cache_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/cache/list_test.dart
|
| @@ -6,8 +6,8 @@ library pub_cache_test;
|
|
|
| import 'package:path/path.dart' as path;
|
|
|
| -import 'descriptor.dart' as d;
|
| -import 'test_pub.dart';
|
| +import '../descriptor.dart' as d;
|
| +import '../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
|
|