| Index: sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart b/sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart
|
| index 90047f613d5fed347edf8070f484f8aa08dbe77f..3241efc47f6245c474efed8463f1b70cb136b3c7 100644
|
| --- a/sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/deactivate/path_package_test.dart
|
| @@ -22,6 +22,6 @@ main() {
|
|
|
| var path = canonicalize(p.join(sandboxDir, "foo"));
|
| schedulePub(args: ["global", "deactivate", "foo"],
|
| - output: 'Deactivated package foo at path "$path".');
|
| + output: 'Deactivated package foo 1.0.0 at path "$path".');
|
| });
|
| }
|
|
|