| Index: pkg/analysis_server/benchmark/perf/completion_timing_tests.dart
 | 
| diff --git a/pkg/analysis_server/benchmark/perf/completion_timing_tests.dart b/pkg/analysis_server/benchmark/perf/completion_timing_tests.dart
 | 
| index 7b9829a9af669ce377b10686128fb5379d3e907a..61e1d42418e3830bc5af0d4404bc55e08ccffd28 100644
 | 
| --- a/pkg/analysis_server/benchmark/perf/completion_timing_tests.dart
 | 
| +++ b/pkg/analysis_server/benchmark/perf/completion_timing_tests.dart
 | 
| @@ -8,7 +8,7 @@ import 'dart:async';
 | 
|  import 'dart:io';
 | 
|  
 | 
|  import 'package:args/args.dart';
 | 
| -import 'package:unittest/unittest.dart';
 | 
| +import 'package:test/test.dart';
 | 
|  
 | 
|  import '../../test/utils.dart';
 | 
|  import 'performance_tests.dart';
 | 
| 
 |