| Index: pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/update_options_test.dart b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| index f230deb35541ea2b3e6958b40a155037a4b41677..161f83a04fd5cb897c30ddee2cef1f4caf803ced 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| @@ -32,12 +32,14 @@ class Foo {
|
| ''');
|
| standardAnalysisSetup();
|
|
|
| + // ignore: deprecated_member_use
|
| await sendAnalysisUpdateOptions(
|
| new AnalysisOptions()..generateHints = false);
|
| await sendAnalysisReanalyze();
|
| await analysisFinished;
|
| expect(getErrors(pathname), isEmpty);
|
|
|
| + // ignore: deprecated_member_use
|
| await sendAnalysisUpdateOptions(
|
| new AnalysisOptions()..generateHints = true);
|
| await sendAnalysisReanalyze();
|
|
|