Chromium Code Reviews| 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..d1b853c2f1309ca5cd154456959c67337e7900b6 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:scheduled_test/scheduled_test.dart'; |
| -import '../lib/src/entrypoint.dart'; |
| -import '../lib/src/io.dart'; |
| -import '../lib/src/system_cache.dart'; |
| +import 'package:pub/src/io.dart'; |
| +import 'package:pub/src/system_cache.dart'; |
|
Bob Nystrom
2015/05/22 00:05:17
Move.
nweiz
2015/05/22 00:14:24
Done.
|
| import 'descriptor.dart' as d; |
| import 'test_pub.dart'; |