| Index: utils/tests/pub/command_line_config.dart
 | 
| diff --git a/utils/tests/pub/command_line_config.dart b/utils/tests/pub/command_line_config.dart
 | 
| index df4a28aba7b426abad576ac0ea6e62173c654ecd..f05f93122974afe48b84573cb24694878a86cada 100644
 | 
| --- a/utils/tests/pub/command_line_config.dart
 | 
| +++ b/utils/tests/pub/command_line_config.dart
 | 
| @@ -6,8 +6,8 @@ library command_line_config;
 | 
|  
 | 
|  import 'dart:io';
 | 
|  
 | 
| -import '../../../pkg/pathos/lib/path.dart' as path;
 | 
| -import '../../../pkg/unittest/lib/unittest.dart';
 | 
| +import 'package:pathos/path.dart' as path;
 | 
| +import 'package:unittest/unittest.dart';
 | 
|  import '../../pub/utils.dart';
 | 
|  
 | 
|  /// Gets a "special" string (ANSI escape or Unicode). On Windows, returns
 | 
| 
 |