| Index: sdk/lib/_internal/pub/test/global/activate/activate_hosted_after_git_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/activate/activate_hosted_after_git_test.dart b/sdk/lib/_internal/pub/test/global/activate/activate_hosted_after_git_test.dart
|
| index 9afb49fd78b22cfa5a3b95d99b14e2f9868daea3..296490ffa5b6169b2082b5dcef7a949768a34029 100644
|
| --- a/sdk/lib/_internal/pub/test/global/activate/activate_hosted_after_git_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/activate/activate_hosted_after_git_test.dart
|
| @@ -31,8 +31,9 @@ main() {
|
| var path = canonicalize(p.join(sandboxDir, "foo"));
|
| schedulePub(args: ["global", "activate", "foo"], output: """
|
| Package foo is currently active from Git repository "../foo.git".
|
| - Downloading foo 2.0.0...
|
| Resolving dependencies...
|
| + + foo 2.0.0
|
| + Downloading foo 2.0.0...
|
| Activated foo 2.0.0.""");
|
|
|
| // Should now run the hosted one.
|
|
|