Index: pkg/analysis_server/test/integration/support/protocol_matchers.dart |
diff --git a/pkg/analysis_server/test/integration/support/protocol_matchers.dart b/pkg/analysis_server/test/integration/support/protocol_matchers.dart |
index 4a61974a1b174ad63d8196a4373ac4f92a0761a7..c0455a3f9686e3d01246158ee81a49fc3cf2c100 100644 |
--- a/pkg/analysis_server/test/integration/support/protocol_matchers.dart |
+++ b/pkg/analysis_server/test/integration/support/protocol_matchers.dart |
@@ -1992,7 +1992,6 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject( |
* INVALID_OVERLAY_CHANGE |
* INVALID_PARAMETER |
* INVALID_REQUEST |
- * NO_INDEX_GENERATED |
* ORGANIZE_DIRECTIVES_ERROR |
* REFACTORING_REQUEST_CANCELLED |
* SERVER_ALREADY_STARTED |
@@ -2020,7 +2019,6 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [ |
"INVALID_OVERLAY_CHANGE", |
"INVALID_PARAMETER", |
"INVALID_REQUEST", |
- "NO_INDEX_GENERATED", |
"ORGANIZE_DIRECTIVES_ERROR", |
"REFACTORING_REQUEST_CANCELLED", |
"SERVER_ALREADY_STARTED", |