| Index: sdk/lib/_internal/pub/test/lock_file_test.dart
|
| diff --git a/utils/tests/pub/lock_file_test.dart b/sdk/lib/_internal/pub/test/lock_file_test.dart
|
| similarity index 95%
|
| rename from utils/tests/pub/lock_file_test.dart
|
| rename to sdk/lib/_internal/pub/test/lock_file_test.dart
|
| index 715cff6822b8ddf16dab3f3930b4e215baadfc75..95fcd71fd0b99dc3b82b0ffb1c0552e565b9a8dd 100644
|
| --- a/utils/tests/pub/lock_file_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/lock_file_test.dart
|
| @@ -7,12 +7,12 @@ library lock_file_test;
|
| import 'package:unittest/unittest.dart';
|
| import 'package:yaml/yaml.dart';
|
|
|
| -import '../../pub/lock_file.dart';
|
| -import '../../pub/package.dart';
|
| -import '../../pub/source.dart';
|
| -import '../../pub/source_registry.dart';
|
| -import '../../pub/utils.dart';
|
| -import '../../pub/version.dart';
|
| +import '../lib/src/lock_file.dart';
|
| +import '../lib/src/package.dart';
|
| +import '../lib/src/source.dart';
|
| +import '../lib/src/source_registry.dart';
|
| +import '../lib/src/utils.dart';
|
| +import '../lib/src/version.dart';
|
|
|
| class MockSource extends Source {
|
| final String name = 'mock';
|
|
|