| Index: utils/tests/pub/install/path/nonexistent_dir_test.dart
 | 
| diff --git a/utils/tests/pub/install/path/nonexistent_dir_test.dart b/utils/tests/pub/install/path/nonexistent_dir_test.dart
 | 
| index 53009cfa6ba41618c23acfb7dc91701bad3eb1d4..d93da4a0dcb457a993647a5b394d35b3b6d4cf7b 100644
 | 
| --- a/utils/tests/pub/install/path/nonexistent_dir_test.dart
 | 
| +++ b/utils/tests/pub/install/path/nonexistent_dir_test.dart
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  import 'dart:io';
 | 
|  
 | 
| -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/exit_codes.dart' as exit_codes;
 | 
|  import '../../descriptor.dart' as d;
 | 
| 
 |