| Index: sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart b/sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart
|
| index 36508558add05dc1db99f9299355c5ef088e432c..e578b81db72fe247c2e9b8ebb660b61e08de5407 100644
|
| --- a/sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/activate/ignores_active_version_test.dart
|
| @@ -18,9 +18,10 @@ main() {
|
|
|
| // Activating it again resolves to the new best version.
|
| schedulePub(args: ["global", "activate", "foo", ">1.0.0"], output: """
|
| -Package foo is currently active at version 1.2.3.
|
| -Downloading foo 1.3.0...
|
| -Resolving dependencies...
|
| -Activated foo 1.3.0.""");
|
| + Package foo is currently active at version 1.2.3.
|
| + Resolving dependencies...
|
| + + foo 1.3.0
|
| + Downloading foo 1.3.0...
|
| + Activated foo 1.3.0.""");
|
| });
|
| }
|
|
|