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

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

Issue 1301583002: Refactoring resolution of updates to type literals. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 b9eebee98b30b5c1dd980aad92e34e65eaa4bdef..69fa009767861795165d8523c68bc3793e457d93 100644
--- a/tests/compiler/dart2js/semantic_visitor_test.dart
+++ b/tests/compiler/dart2js/semantic_visitor_test.dart
@@ -216,12 +216,6 @@ const List<VisitKind> UNTESTABLE_KINDS = const <VisitKind>[
// Constant expression are currently not computed during resolution.
VisitKind.VISIT_CONSTANT_GET,
VisitKind.VISIT_CONSTANT_INVOKE,
- // TODO(johnniwinther): Test these when ResolverVisitor.visitSendSet has been
- // rewritten.
- VisitKind.ERROR_INVALID_SET,
- VisitKind.ERROR_INVALID_PREFIX,
- VisitKind.ERROR_INVALID_POSTFIX,
- VisitKind.ERROR_INVALID_COMPOUND,
];
main(List<String> arguments) {
« no previous file with comments | « pkg/compiler/lib/src/resolution/members.dart ('k') | tests/compiler/dart2js/semantic_visitor_test_send_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698