Index: pkg/analyzer/test/src/task/options_test.dart |
diff --git a/pkg/analyzer/test/src/task/options_test.dart b/pkg/analyzer/test/src/task/options_test.dart |
index b422ebaea41e95e553c1fc05b0b8409510426557..ce4bf2e89595fc9b355c5b43c24bbae08ddedf2c 100644 |
--- a/pkg/analyzer/test/src/task/options_test.dart |
+++ b/pkg/analyzer/test/src/task/options_test.dart |
@@ -254,10 +254,6 @@ analyzer: |
expect(errors, hasLength(1)); |
expect(errors[0].errorCode, |
AnalysisOptionsWarningCode.UNSUPPORTED_OPTION_WITH_LEGAL_VALUES); |
- expect( |
- errors[0].message, |
- "The option 'not_supported' is not supported by analyzer, supported " |
- "values are 'errors', 'exclude', 'language', 'plugins' and 'strong-mode'"); |
} |
} |