| Index: sdk/lib/_internal/pub/test/global/activate/different_version_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/activate/different_version_test.dart b/sdk/lib/_internal/pub/test/global/activate/different_version_test.dart
|
| index 57fa511ca26a81bbfdecf488ede1ec29f6984af1..2d61ad5eab1fbd2cf6a25fd4cd0349fb7b68d958 100644
|
| --- a/sdk/lib/_internal/pub/test/global/activate/different_version_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/activate/different_version_test.dart
|
| @@ -19,8 +19,9 @@ main() {
|
| // Activating it again with a different constraint changes the version.
|
| schedulePub(args: ["global", "activate", "foo", ">1.0.0"], output: """
|
| Package foo is currently active at version 1.0.0.
|
| -Downloading foo 2.0.0...
|
| Resolving dependencies...
|
| ++ foo 2.0.0
|
| +Downloading foo 2.0.0...
|
| Activated foo 2.0.0.""");
|
| });
|
| }
|
|
|