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

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

Issue 2347213002: Rename libraryUri (Closed)
Patch Set: Created 4 years, 3 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/summary/public_namespace_computer.dart ('k') | no next file » | 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 7b58debec8136a8cd5a2e59322d93c608b6d9f4d..23b1fc40702cca0ad2c93f04397efd33430e975f 100644
--- a/pkg/analyzer/test/generated/parser_test.dart
+++ b/pkg/analyzer/test/generated/parser_test.dart
@@ -6648,7 +6648,7 @@ void''');
expect(configuration.equalToken, isNull);
expect(configuration.value, isNull);
expect(configuration.rightParenthesis, isNotNull);
- expect(configuration.libraryUri, isNotNull);
+ expect(configuration.uri, isNotNull);
}
void test_parseConfiguration_noOperator_simpleIdentifier() {
@@ -6660,7 +6660,7 @@ void''');
expect(configuration.equalToken, isNull);
expect(configuration.value, isNull);
expect(configuration.rightParenthesis, isNotNull);
- expect(configuration.libraryUri, isNotNull);
+ expect(configuration.uri, isNotNull);
}
void test_parseConfiguration_operator_dottedIdentifier() {
@@ -6672,7 +6672,7 @@ void''');
expect(configuration.equalToken, isNotNull);
expect(configuration.value, isNotNull);
expect(configuration.rightParenthesis, isNotNull);
- expect(configuration.libraryUri, isNotNull);
+ expect(configuration.uri, isNotNull);
}
void test_parseConfiguration_operator_simpleIdentifier() {
@@ -6684,7 +6684,7 @@ void''');
expect(configuration.equalToken, isNotNull);
expect(configuration.value, isNotNull);
expect(configuration.rightParenthesis, isNotNull);
- expect(configuration.libraryUri, isNotNull);
+ expect(configuration.uri, isNotNull);
}
void test_parseConstExpression_instanceCreation() {
« no previous file with comments | « pkg/analyzer/lib/src/summary/public_namespace_computer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698