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 72f93e1154fb18c6dd4d5fea9a9dfff54c5cc746..5a0e9ddc6a880f0e3b59de925dd355ccd20dae7f 100644 |
--- a/tests/compiler/dart2js/semantic_visitor_test.dart |
+++ b/tests/compiler/dart2js/semantic_visitor_test.dart |
@@ -589,6 +589,7 @@ enum VisitKind { |
VISIT_UNRESOLVED_INVOKE, |
VISIT_UNRESOLVED_SUPER_GET, |
VISIT_UNRESOLVED_SUPER_INVOKE, |
+ VISIT_UNRESOLVED_SUPER_SET, |
VISIT_BINARY, |
VISIT_INDEX, |