| Index: sdk/lib/_internal/pub/test/global/activate/activate_git_after_hosted_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/activate/activate_git_after_hosted_test.dart b/sdk/lib/_internal/pub/test/global/activate/activate_git_after_hosted_test.dart
|
| index 30082928dc040ecda45890c3145387466ac68d14..d50561e3da8d493d1b6bd1cd1f9e50684adf2e03 100644
|
| --- a/sdk/lib/_internal/pub/test/global/activate/activate_git_after_hosted_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/activate/activate_git_after_hosted_test.dart
|
| @@ -32,6 +32,9 @@ main() {
|
| Package foo is currently active at version 1.0.0.
|
| Resolving dependencies...
|
| + foo 1.0.0 from git ../foo.git
|
| + Precompiling executables...
|
| + Loading source assets...
|
| + Precompiled foo:foo.
|
| Activated foo 1.0.0 from Git repository "../foo.git".""");
|
|
|
| // Should now run the git one.
|
|
|