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() { |