| Index: pkg/analysis_server/test/integration/protocol_matchers.dart
|
| diff --git a/pkg/analysis_server/test/integration/protocol_matchers.dart b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| index 009309b3e181bd2244fe254bd0e1d4ba3a3eb9cd..7a47daca02b772eb2bbdfce7c7ae8b2f7f13fc6c 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1516,6 +1516,7 @@ final Matcher isPosition = new LazyMatcher(() => new MatchesJsonObject(
|
| * EXTRACT_METHOD
|
| * INLINE_LOCAL_VARIABLE
|
| * INLINE_METHOD
|
| + * MOVE_FILE
|
| * RENAME
|
| * }
|
| */
|
| @@ -1526,6 +1527,7 @@ final Matcher isRefactoringKind = new MatchesEnum("RefactoringKind", [
|
| "EXTRACT_METHOD",
|
| "INLINE_LOCAL_VARIABLE",
|
| "INLINE_METHOD",
|
| + "MOVE_FILE",
|
| "RENAME"
|
| ]);
|
|
|
|
|