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

Unified Diff: pkg/analyzer/test/generated/parser_test.dart

Issue 689793003: Rename ForEachStatement.iterator -> iterable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | « pkg/analyzer/lib/src/services/formatter_impl.dart ('k') | pkg/analyzer/test/generated/utilities_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/parser_test.dart
diff --git a/pkg/analyzer/test/generated/parser_test.dart b/pkg/analyzer/test/generated/parser_test.dart
index 501b539b3c4271de57741d01b6a52b2420622a77..fc1eeb84e7461beace758d91f51effa54a8becb7 100644
--- a/pkg/analyzer/test/generated/parser_test.dart
+++ b/pkg/analyzer/test/generated/parser_test.dart
@@ -5898,7 +5898,7 @@ void''', []);
expect(statement.loopVariable, isNull);
expect(statement.identifier, isNotNull);
expect(statement.inKeyword, isNotNull);
- expect(statement.iterator, isNotNull);
+ expect(statement.iterable, isNotNull);
expect(statement.rightParenthesis, isNotNull);
expect(statement.body, isNotNull);
}
@@ -5911,7 +5911,7 @@ void''', []);
expect(statement.loopVariable, isNull);
expect(statement.identifier, isNotNull);
expect(statement.inKeyword, isNotNull);
- expect(statement.iterator, isNotNull);
+ expect(statement.iterable, isNotNull);
expect(statement.rightParenthesis, isNotNull);
expect(statement.body, isNotNull);
}
@@ -5925,7 +5925,7 @@ void''', []);
expect(statement.loopVariable.metadata, hasLength(1));
expect(statement.identifier, isNull);
expect(statement.inKeyword, isNotNull);
- expect(statement.iterator, isNotNull);
+ expect(statement.iterable, isNotNull);
expect(statement.rightParenthesis, isNotNull);
expect(statement.body, isNotNull);
}
@@ -5938,7 +5938,7 @@ void''', []);
expect(statement.loopVariable, isNotNull);
expect(statement.identifier, isNull);
expect(statement.inKeyword, isNotNull);
- expect(statement.iterator, isNotNull);
+ expect(statement.iterable, isNotNull);
expect(statement.rightParenthesis, isNotNull);
expect(statement.body, isNotNull);
}
@@ -5951,7 +5951,7 @@ void''', []);
expect(statement.loopVariable, isNotNull);
expect(statement.identifier, isNull);
expect(statement.inKeyword, isNotNull);
- expect(statement.iterator, isNotNull);
+ expect(statement.iterable, isNotNull);
expect(statement.rightParenthesis, isNotNull);
expect(statement.body, isNotNull);
}
« no previous file with comments | « pkg/analyzer/lib/src/services/formatter_impl.dart ('k') | pkg/analyzer/test/generated/utilities_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698