| 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 9091a5529a8cb67c16bb5714ae49569b1df9cf80..57fa511ca26a81bbfdecf488ede1ec29f6984af1 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
|
| @@ -18,7 +18,7 @@ main() {
|
|
|
| // Activating it again with a different constraint changes the version.
|
| schedulePub(args: ["global", "activate", "foo", ">1.0.0"], output: """
|
| -Package foo is already active at version 1.0.0.
|
| +Package foo is currently active at version 1.0.0.
|
| Downloading foo 2.0.0...
|
| Resolving dependencies...
|
| Activated foo 2.0.0.""");
|
|
|