| Index: pkg/analysis_server/test/integration/analysis/error_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/error_test.dart b/pkg/analysis_server/test/integration/analysis/error_test.dart
|
| index 5c4bea4be28d41d396134fcfc0e02cadec086c1a..2de9b7499206489edd17e56e33440c94b81d6997 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/error_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
|
| @@ -84,6 +84,7 @@ abstract class C extends B {
|
| }
|
| }
|
| ''');
|
| + // ignore: deprecated_member_use
|
| await sendAnalysisUpdateOptions(
|
| new AnalysisOptions()..enableSuperMixins = true);
|
| standardAnalysisSetup();
|
|
|