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

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

Issue 1643253002: Make constant map literal ordered. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « pkg/analyzer/lib/src/generated/constant.dart ('k') | pkg/analyzer/test/generated/constant_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/all_the_rest_test.dart
diff --git a/pkg/analyzer/test/generated/all_the_rest_test.dart b/pkg/analyzer/test/generated/all_the_rest_test.dart
index 9589013dee53e10fde8f0fa7525a822f46cd708c..a597ec482e0a2de69985b044a99f115eee544998 100644
--- a/pkg/analyzer/test/generated/all_the_rest_test.dart
+++ b/pkg/analyzer/test/generated/all_the_rest_test.dart
@@ -855,7 +855,7 @@ class C {
expect(parameter.parameters, hasLength(0));
}
- void test_visitFieldFormalParameter_funtionTyped() {
+ void test_visitFieldFormalParameter_functionTyped() {
ElementHolder holder = new ElementHolder();
ElementBuilder builder = new ElementBuilder(holder);
String parameterName = "p";
@@ -2213,7 +2213,7 @@ class A {
(obj) => obj is FieldElement, FieldElement, element);
}
- void test_locate_Identifier_propertAccess() {
+ void test_locate_Identifier_propertyAccess() {
AstNode id = _findNodeIn(
"length",
r'''
« no previous file with comments | « pkg/analyzer/lib/src/generated/constant.dart ('k') | pkg/analyzer/test/generated/constant_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698