| Index: test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart
|
| diff --git a/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart b/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart
|
| index 3d367450dc88b27e9b003c11dafa1c3cfe0ed306..60f3e26177d8931985f004614b9d678ab41cfdf4 100644
|
| --- a/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart
|
| +++ b/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart
|
| @@ -5,9 +5,9 @@
|
| library pub_tests;
|
|
|
| import 'package:path/path.dart' as path;
|
| +import 'package:pub/src/io.dart';
|
| import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| -import '../../lib/src/io.dart';
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
| import 'utils.dart';
|
|
|