| 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 e4387d53d3a5f36c442c0b8327907b62767410b4..393aae3f028ab0dd20e0fdb1065b6e8c5d4a52eb 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1509,13 +1509,6 @@ final Matcher isPosition = new MatchesJsonObject(
|
| });
|
|
|
| /**
|
| - * RefactoringId
|
| - *
|
| - * String
|
| - */
|
| -final Matcher isRefactoringId = isString;
|
| -
|
| -/**
|
| * RefactoringKind
|
| *
|
| * enum {
|
|
|