| Index: sdk/lib/_internal/pub/test/dependency_override_test.dart
 | 
| diff --git a/sdk/lib/_internal/pub/test/dependency_override_test.dart b/sdk/lib/_internal/pub/test/dependency_override_test.dart
 | 
| index 7e0f22970ff771a54d730df53c0fd924e803050a..fcbb3bc276c05a0dbb20331fc7b643aeb0eb9fde 100644
 | 
| --- a/sdk/lib/_internal/pub/test/dependency_override_test.dart
 | 
| +++ b/sdk/lib/_internal/pub/test/dependency_override_test.dart
 | 
| @@ -112,9 +112,9 @@ main() {
 | 
|        schedulePub(args: [command.name], output: command.success, error:
 | 
|            """
 | 
|            Warning: You are using these overridden dependencies:
 | 
| -          - bar
 | 
| -          - baz (from path $bazPath)
 | 
| -          - foo
 | 
| +          ! bar 1.0.0
 | 
| +          ! baz 0.0.1 from path $bazPath
 | 
| +          ! foo 1.0.0
 | 
|            """);
 | 
|      });
 | 
|    });
 | 
| 
 |