Index: utils/tests/pub/install/path/relative_path_test.dart |
diff --git a/utils/tests/pub/install/path/relative_path_test.dart b/utils/tests/pub/install/path/relative_path_test.dart |
index 4474562dc8f755cfaa2acffa662473b06161a985..59dcd12c179c5427efffbbeb74f5f0cf2def3829 100644 |
--- a/utils/tests/pub/install/path/relative_path_test.dart |
+++ b/utils/tests/pub/install/path/relative_path_test.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE d.file. |
-import '../../../../../pkg/pathos/lib/path.dart' as path; |
+import 'package:pathos/path.dart' as path; |
import '../../../../pub/exit_codes.dart' as exit_codes; |
import '../../descriptor.dart' as d; |