| Index: test/package_list_files_test.dart
|
| diff --git a/test/package_list_files_test.dart b/test/package_list_files_test.dart
|
| index 079a6b970abce0e190399627eb0cd9408bcb557c..f7a0da2c32e9f5a52324f91b04a06d6294c82301 100644
|
| --- a/test/package_list_files_test.dart
|
| +++ b/test/package_list_files_test.dart
|
| @@ -5,11 +5,11 @@
|
| library packages_list_files_test;
|
|
|
| import 'package:path/path.dart' as path;
|
| +import 'package:pub/src/entrypoint.dart';
|
| +import 'package:pub/src/io.dart';
|
| +import 'package:pub/src/system_cache.dart';
|
| import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| -import '../lib/src/entrypoint.dart';
|
| -import '../lib/src/io.dart';
|
| -import '../lib/src/system_cache.dart';
|
| import 'descriptor.dart' as d;
|
| import 'test_pub.dart';
|
|
|
|
|