| Index: tools/testing/dart/utils.dart
 | 
| diff --git a/tools/testing/dart/utils.dart b/tools/testing/dart/utils.dart
 | 
| index 5b2423416397efa6ee6005cb0e361bafcbe53312..a1c4ecc5b55cc7b4083fa5d455bd2f39d18c938b 100644
 | 
| --- a/tools/testing/dart/utils.dart
 | 
| +++ b/tools/testing/dart/utils.dart
 | 
| @@ -5,10 +5,9 @@
 | 
|  library utils;
 | 
|  
 | 
|  import 'dart:io';
 | 
| -import 'dart:math' show min;
 | 
|  import 'dart:convert';
 | 
|  
 | 
| -part 'legacy_path.dart';
 | 
| +import 'path.dart';
 | 
|  
 | 
|  // This is the maximum time we expect stdout/stderr of subprocesses to deliver
 | 
|  // data after we've got the exitCode.
 | 
| 
 |