| Index: pkg/analysis_server/test/src/plugin/result_converter_test.dart
|
| diff --git a/pkg/analysis_server/test/src/plugin/result_converter_test.dart b/pkg/analysis_server/test/src/plugin/result_converter_test.dart
|
| index 6462035d3a68013df96f97c5ed2058d56ab2228e..b94c9553e259cc0d50028b9df8fbc52d0dd62bdd 100644
|
| --- a/pkg/analysis_server/test/src/plugin/result_converter_test.dart
|
| +++ b/pkg/analysis_server/test/src/plugin/result_converter_test.dart
|
| @@ -318,8 +318,6 @@ class ResultConverterTest {
|
| server.RefactoringKind.EXTRACT_METHOD,
|
| plugin.RefactoringKind.INLINE_LOCAL_VARIABLE:
|
| server.RefactoringKind.INLINE_LOCAL_VARIABLE,
|
| - plugin.RefactoringKind.INLINE_LOCAL_VARIABLE:
|
| - server.RefactoringKind.INLINE_LOCAL_VARIABLE,
|
| plugin.RefactoringKind.MOVE_FILE: server.RefactoringKind.MOVE_FILE,
|
| plugin.RefactoringKind.RENAME: server.RefactoringKind.RENAME,
|
| plugin.RefactoringKind.SORT_MEMBERS: server.RefactoringKind.SORT_MEMBERS,
|
|
|