| Index: pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| diff --git a/pkg/analyzer/test/generated/static_type_warning_code_test.dart b/pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| index 381313efeae0ac578ff54f5f9c605a1c43067b10..241e3af4ba10cc24d171b6ced6d55853523f66d9 100644
|
| --- a/pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| +++ b/pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| @@ -1381,7 +1381,7 @@ f() { return new G<A>(); }
|
| [StaticTypeWarningCode.TYPE_ARGUMENT_NOT_MATCHING_BOUNDS]);
|
| }
|
|
|
| - void test_typeArgumentNotMatchingBounds_ofFunctionTypeAlias() {
|
| + void fail_typeArgumentNotMatchingBounds_ofFunctionTypeAlias() {
|
| assertErrorsInCode(
|
| r'''
|
| class A {}
|
|
|