| Index: utils/tests/pub/install/path/absolute_path_test.dart
 | 
| diff --git a/utils/tests/pub/install/path/absolute_path_test.dart b/utils/tests/pub/install/path/absolute_path_test.dart
 | 
| index 9e991c4ec111c4e27d2609b826678652f9dd1b65..dfe0492359e6ec718059ef250459d2008c803e06 100644
 | 
| --- a/utils/tests/pub/install/path/absolute_path_test.dart
 | 
| +++ b/utils/tests/pub/install/path/absolute_path_test.dart
 | 
| @@ -2,8 +2,8 @@
 | 
|  // 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 '../../../../../pkg/scheduled_test/lib/scheduled_test.dart';
 | 
| +import 'package:pathos/path.dart' as path;
 | 
| +import 'package:scheduled_test/scheduled_test.dart';
 | 
|  
 | 
|  import '../../../../pub/io.dart';
 | 
|  import '../../descriptor.dart' as d;
 | 
| 
 |