Index: pkg/analyzer/test/src/context/context_test.dart |
diff --git a/pkg/analyzer/test/src/context/context_test.dart b/pkg/analyzer/test/src/context/context_test.dart |
index db1b1cbf076dafafccecce24bdaf8b1855a3b816..7da5f3f287851cda42336de829df981cc69b461c 100644 |
--- a/pkg/analyzer/test/src/context/context_test.dart |
+++ b/pkg/analyzer/test/src/context/context_test.dart |
@@ -1942,7 +1942,7 @@ class ClassA {}'''); |
CompilationUnit unit = context.computeResult(scripts[0], PARSED_UNIT); |
ImportDirective importNode = unit.directives[0] as ImportDirective; |
expect(importNode.uriContent, isNotNull); |
- expect(importNode.source, libSource); |
+ expect(importNode.uriSource, libSource); |
} |
void test_performAnalysisTask_addPart() { |