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 982f643126d0484484db690ff2165ece3527115a..45dbadc99a93035d0ea3287eefd86716912a8c3b 100644 |
--- a/pkg/analyzer/test/generated/static_type_warning_code_test.dart |
+++ b/pkg/analyzer/test/generated/static_type_warning_code_test.dart |
@@ -23,14 +23,6 @@ main() { |
@reflectiveTest |
class StaticTypeWarningCodeTest extends ResolverTestCase { |
- void fail_inaccessibleSetter() { |
- // TODO(rnystrom): This doesn't look right. |
- assertErrorsInCode( |
- r''' |
-''', |
- [StaticTypeWarningCode.INACCESSIBLE_SETTER]); |
- } |
- |
void fail_method_lookup_mixin_of_extends() { |
// See dartbug.com/25605 |
resetWithOptions(new AnalysisOptionsImpl()..enableSuperMixins = true); |