Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: pkg/analysis_server/test/src/plugin/result_converter_test.dart

Issue 2697553002: Remove duplicate key in kindMap (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698