| Index: pkg/analysis_server/test/analysis/notification_highlights_test2.dart
|
| diff --git a/pkg/analysis_server/test/analysis/notification_highlights_test2.dart b/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
|
| index a5e445cf525a366c4466f418812cf982ab29ffa9..56de971b1a721ed000b660ecf581137659a1597f 100644
|
| --- a/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
|
| +++ b/pkg/analysis_server/test/analysis/notification_highlights_test2.dart
|
| @@ -2,13 +2,12 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library test.analysis.notification.highlights2;
|
| -
|
| import 'dart:async';
|
|
|
| import 'package:analysis_server/protocol/protocol.dart';
|
| import 'package:analysis_server/protocol/protocol_generated.dart';
|
| import 'package:analysis_server/src/constants.dart';
|
| +import 'package:analyzer_plugin/protocol/protocol_common.dart';
|
| import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
|
|