| Index: pkg/analyzer_cli/test/perf_report_test.dart
|
| diff --git a/pkg/analyzer_cli/test/perf_report_test.dart b/pkg/analyzer_cli/test/perf_report_test.dart
|
| index 19d91a121de60657b270c692e4e4b08d20c0f139..313328dc431007faff838894f72d2f4e450923d7 100644
|
| --- a/pkg/analyzer_cli/test/perf_report_test.dart
|
| +++ b/pkg/analyzer_cli/test/perf_report_test.dart
|
| @@ -9,7 +9,7 @@ import 'dart:convert' show JSON;
|
| import 'package:analyzer_cli/src/error_formatter.dart' show AnalysisStats;
|
| import 'package:analyzer_cli/src/options.dart';
|
| import 'package:analyzer_cli/src/perf_report.dart';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| main() {
|
| test('makePerfReport', () {
|
|
|