Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: tests/compiler/dart2js/semantic_visitor_test.dart

Issue 1262363003: Handle super index SendSet operations. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update comments. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 382c1cf156943a1d0581178ddfd4a8c315060353..10833d3b6491cc3fd7a40847bc4c4b98c068727a 100644
--- a/tests/compiler/dart2js/semantic_visitor_test.dart
+++ b/tests/compiler/dart2js/semantic_visitor_test.dart
@@ -723,6 +723,15 @@ enum VisitKind {
ERROR_INVALID_PREFIX,
ERROR_INVALID_POSTFIX,
ERROR_INVALID_COMPOUND,
+ ERROR_INVALID_UNARY,
+ ERROR_INVALID_EQUALS,
+ ERROR_INVALID_NOT_EQUALS,
+ ERROR_INVALID_BINARY,
+ ERROR_INVALID_INDEX,
+ ERROR_INVALID_INDEX_SET,
+ ERROR_INVALID_COMPOUND_INDEX_SET,
+ ERROR_INVALID_INDEX_PREFIX,
+ ERROR_INVALID_INDEX_POSTFIX,
VISIT_CONSTANT_GET,
VISIT_CONSTANT_INVOKE,

Powered by Google App Engine
This is Rietveld 408576698