Chromium Code Reviews| Index: sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart |
| diff --git a/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart b/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart |
| index 8865883b82b6788cccdf811b89bdb91090890600..d6a9b8303177be6425562c0248f83f638c18b635 100644 |
| --- a/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart |
| +++ b/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart |
| @@ -18,6 +18,7 @@ main() { |
| schedulePub(args: ["global", "activate", "foo"], output: """ |
| Resolving dependencies... |
| ++ foo 1.0.0 |
| Activated foo 1.0.0."""); |
|
Bob Nystrom
2014/08/20 23:29:29
While you're in here, some of these tests indent t
nweiz
2014/08/20 23:38:05
Done.
|
| // Should be in global package cache. |