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

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

Issue 822423005: Avoid duplicated messages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Should have no changes. Created 5 years, 11 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
« no previous file with comments | « dart/pkg/compiler/lib/src/scanner/parser.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/message_kind_helper.dart
diff --git a/dart/tests/compiler/dart2js/message_kind_helper.dart b/dart/tests/compiler/dart2js/message_kind_helper.dart
index d980d6276bf5111feb4b6a83e942f1a5766cf36b..9fd6638292f3bdbab1d53f710c4c3ab359b90e5e 100644
--- a/dart/tests/compiler/dart2js/message_kind_helper.dart
+++ b/dart/tests/compiler/dart2js/message_kind_helper.dart
@@ -38,13 +38,6 @@ final Set<MessageKind> kindsWithExtraMessages = new Set<MessageKind>.from([
MessageKind.UNIMPLEMENTED_METHOD,
MessageKind.UNIMPLEMENTED_METHOD_ONE,
MessageKind.VAR_FUNCTION_TYPE_PARAMETER,
- MessageKind.VOID_NOT_ALLOWED,
-
- MessageKind.INVALID_STARRED_KEYWORD, // TODO(ahe): Have CL to fix this.
- MessageKind.INVALID_SYNC_MODIFIER, // TODO(ahe): Have CL to fix this.
- MessageKind.NATIVE_NOT_SUPPORTED, // TODO(ahe): Have CL to fix this.
- MessageKind.UNMATCHED_TOKEN, // TODO(ahe): Have CL to fix this.
- MessageKind.UNTERMINATED_STRING, // TODO(ahe): Have CL to fix this.
]);
/// Most messages can be tested without causing a fatal error. Add an exception
« no previous file with comments | « dart/pkg/compiler/lib/src/scanner/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698