| Index: pkg/analysis_server/test/integration/integration_test_methods.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| index 2bde9b62f7ba843a96a7adb729ccfbdb06fd579e..df4cbfa2ef107852f63b89bcbaa1a5b054de13bd 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -426,9 +426,8 @@ abstract class IntegrationTestMixin {
|
| /**
|
| * Update the options controlling analysis based on the given set of options.
|
| * Any options that are not included in the analysis options will not be
|
| - * changed. If there are options in the analysis options that are not valid
|
| - * an error will be reported but the values of the valid options will still
|
| - * be updated.
|
| + * changed. If there are options in the analysis options that are not valid,
|
| + * they will be silently ignored.
|
| *
|
| * Parameters
|
| *
|
|
|