| Index: pkg/analyzer/test/generated/static_type_analyzer_test.dart
|
| diff --git a/pkg/analyzer/test/generated/static_type_analyzer_test.dart b/pkg/analyzer/test/generated/static_type_analyzer_test.dart
|
| index 5ccf569f972e843443173c324ee1b2bff467b983..11557ce39d746cec9717d77a5dda7996ea3f149b 100644
|
| --- a/pkg/analyzer/test/generated/static_type_analyzer_test.dart
|
| +++ b/pkg/analyzer/test/generated/static_type_analyzer_test.dart
|
| @@ -127,9 +127,6 @@ main() {
|
| }
|
|
|
| void test_staticMethods_classTypeParameters_genericMethod() {
|
| - AnalysisOptionsImpl options = new AnalysisOptionsImpl();
|
| - options.enableGenericMethods = true;
|
| - resetWithOptions(options);
|
| String code = r'''
|
| class C<T> {
|
| static void m<S>(S s) {
|
|
|