| 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 1788fe2e1adc3bd5f4179a5128c06b2b1504b0d4..11664a3978fcccc547dd41ca9711ebccdbf99d0d 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1132,13 +1132,13 @@ final Matcher isElementKind = new MatchesEnum("ElementKind", [
|
| *
|
| * {
|
| * "file": FilePath
|
| - * "offset": ExecutableKind
|
| + * "kind": ExecutableKind
|
| * }
|
| */
|
| final Matcher isExecutableFile = new LazyMatcher(() => new MatchesJsonObject(
|
| "ExecutableFile", {
|
| "file": isFilePath,
|
| - "offset": isExecutableKind
|
| + "kind": isExecutableKind
|
| }));
|
|
|
| /**
|
|
|