| Index: pkg/analysis_server/benchmark/perf/benchmark_scenario.dart
|
| diff --git a/pkg/analysis_server/benchmark/perf/benchmark_scenario.dart b/pkg/analysis_server/benchmark/perf/benchmark_scenario.dart
|
| index 3ec4c4c4730672de14502a82c5dc3755ed4859db..cdb9a9e94496006786bc41db51ea5f8c9bac530a 100644
|
| --- a/pkg/analysis_server/benchmark/perf/benchmark_scenario.dart
|
| +++ b/pkg/analysis_server/benchmark/perf/benchmark_scenario.dart
|
| @@ -9,7 +9,7 @@ import 'dart:io';
|
| import 'dart:math';
|
|
|
| import 'package:analysis_server/plugin/protocol/protocol.dart';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| import 'performance_tests.dart';
|
|
|
|
|