| Index: tests/compiler/dart2js/semantic_visitor_test.dart
|
| diff --git a/tests/compiler/dart2js/semantic_visitor_test.dart b/tests/compiler/dart2js/semantic_visitor_test.dart
|
| index 10833d3b6491cc3fd7a40847bc4c4b98c068727a..957909264f2915a975e3bfad254f53716f7e2a0c 100644
|
| --- a/tests/compiler/dart2js/semantic_visitor_test.dart
|
| +++ b/tests/compiler/dart2js/semantic_visitor_test.dart
|
| @@ -207,9 +207,6 @@ const List<VisitKind> UNTESTABLE_KINDS = const <VisitKind>[
|
| VisitKind.VISIT_FINAL_TOP_LEVEL_FIELD_SET,
|
| VisitKind.VISIT_TOP_LEVEL_GETTER_SET,
|
| VisitKind.VISIT_TOP_LEVEL_FUNCTION_SET,
|
| - VisitKind.VISIT_FINAL_SUPER_FIELD_SET,
|
| - VisitKind.VISIT_SUPER_GETTER_SET,
|
| - VisitKind.VISIT_SUPER_METHOD_SET,
|
| // The only undefined unary, `+`, is currently handled and skipped in the
|
| // parser.
|
| VisitKind.ERROR_UNDEFINED_UNARY_EXPRESSION,
|
|
|