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

Unified Diff: dart/frog/tests/leg/src/ParserTest.dart

Issue 8883024: Parse all variations of for-statement. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 9 years 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/frog/leg/scanner/parser.dart ('k') | dart/frog/tests/leg_only/src/BasicClassTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/tests/leg/src/ParserTest.dart
diff --git a/dart/frog/tests/leg/src/ParserTest.dart b/dart/frog/tests/leg/src/ParserTest.dart
index cb51bc4823889dc40f921f1e0f90cf4c3bf38a1b..645c2fc148e2b09349ec2d5162594a591d20ae68 100644
--- a/dart/frog/tests/leg/src/ParserTest.dart
+++ b/dart/frog/tests/leg/src/ParserTest.dart
@@ -10,6 +10,8 @@ void testStatement(String statement) {
}
void main() {
+ /*
+ TODO(ahe): Enable these tests when we don't discard type arguments.
testStatement('List<T> t;');
testStatement('List<List<T>> t;');
testStatement('List<List<List<T>>> t;');
@@ -61,6 +63,7 @@ void main() {
testStatement('lib.List<List<List<List<List<T> >>> > t;');
testStatement('lib.List<List<List<List<List<T >>> >> t;');
+ */
testStatement('x++;');
// TODO(ahe): reenable following test.
« no previous file with comments | « dart/frog/leg/scanner/parser.dart ('k') | dart/frog/tests/leg_only/src/BasicClassTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698