| 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 c00dc389f33075ebbb6f21f8592a45dea6edeea9..f65c3fb8076e2f3698b32122a4fb6539906876f8 100644
|
| --- a/pkg/analyzer/test/src/task/options_test.dart
|
| +++ b/pkg/analyzer/test/src/task/options_test.dart
|
| @@ -105,8 +105,7 @@ analyzer:
|
| ''');
|
|
|
| List<ErrorProcessor> processors =
|
| - context.getConfigurationData(CONFIGURED_ERROR_PROCESSORS)
|
| - as List<ErrorProcessor>;
|
| + context.getConfigurationData(CONFIGURED_ERROR_PROCESSORS);
|
| expect(processors, hasLength(2));
|
|
|
| var unused_local = new AnalysisError(
|
|
|