| Index: pkg/analysis_server/test/services/correction/status_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/status_test.dart b/pkg/analysis_server/test/services/correction/status_test.dart
|
| index 7ac573060da363b58f6727f04815a8b180c678c0..88f1da3f105af65fd44ff0aa6f672fbcd26c866f 100644
|
| --- a/pkg/analysis_server/test/services/correction/status_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/status_test.dart
|
| @@ -13,8 +13,7 @@ import 'package:analyzer/src/generated/ast.dart';
|
| import 'package:analyzer/src/generated/element.dart';
|
| import 'package:analyzer/src/generated/source.dart';
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:analysis_server/src/protocol2.dart' show Location,
|
| - RefactoringProblem, RefactoringProblemSeverity;
|
| +import 'package:analysis_server/src/protocol.dart' hide Element;
|
|
|
|
|
| main() {
|
|
|