| 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 bbbec8680faba313da252851e8a65f10bfec3e5f..ab34174b595213b47f9da5e80d3f79bd1347dbfe 100644
 | 
| --- a/pkg/analyzer/test/src/context/context_test.dart
 | 
| +++ b/pkg/analyzer/test/src/context/context_test.dart
 | 
| @@ -2834,7 +2834,7 @@ class A {}
 | 
|      _assertInvalid(a, LIBRARY_ERRORS_READY);
 | 
|      _assertValidForDependentLibrary(b);
 | 
|      _assertInvalid(b, LIBRARY_ERRORS_READY);
 | 
| -    _assertInvalidUnits(b, RESOLVED_UNIT4);
 | 
| +    _assertValidAllResolution(b);
 | 
|      // Analysis is done successfully.
 | 
|      _performPendingAnalysisTasks();
 | 
|      _assertValid(a, LIBRARY_ERRORS_READY);
 | 
| @@ -2872,7 +2872,7 @@ class A {}
 | 
|      _assertInvalid(a, LIBRARY_ERRORS_READY);
 | 
|      _assertValidForDependentLibrary(b);
 | 
|      _assertInvalid(b, LIBRARY_ERRORS_READY);
 | 
| -    _assertInvalidUnits(b, RESOLVED_UNIT4);
 | 
| +    _assertValidAllResolution(b);
 | 
|      // Analysis is done successfully.
 | 
|      _performPendingAnalysisTasks();
 | 
|      _assertValid(a, LIBRARY_ERRORS_READY);
 | 
| 
 |