| 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 c9a487ec2a12d606ac605a88280ae6e1b488811a..c1712c566da110d4ab8207585edbf9bb052a0c7b 100644
|
| --- a/tests/compiler/dart2js/semantic_visitor_test.dart
|
| +++ b/tests/compiler/dart2js/semantic_visitor_test.dart
|
| @@ -622,10 +622,15 @@ enum VisitKind {
|
| VISIT_AS,
|
|
|
| VISIT_CONST_CONSTRUCTOR_INVOKE,
|
| + VISIT_BOOL_FROM_ENVIRONMENT_CONSTRUCTOR_INVOKE,
|
| + VISIT_INT_FROM_ENVIRONMENT_CONSTRUCTOR_INVOKE,
|
| + VISIT_STRING_FROM_ENVIRONMENT_CONSTRUCTOR_INVOKE,
|
| VISIT_GENERATIVE_CONSTRUCTOR_INVOKE,
|
| VISIT_REDIRECTING_GENERATIVE_CONSTRUCTOR_INVOKE,
|
| VISIT_FACTORY_CONSTRUCTOR_INVOKE,
|
| VISIT_REDIRECTING_FACTORY_CONSTRUCTOR_INVOKE,
|
| + VISIT_CONSTRUCTOR_INCOMPATIBLE_INVOKE,
|
| + ERROR_NON_CONSTANT_CONSTRUCTOR_INVOKE,
|
|
|
| VISIT_SUPER_CONSTRUCTOR_INVOKE,
|
| VISIT_IMPLICIT_SUPER_CONSTRUCTOR_INVOKE,
|
|
|