| Index: sdk/lib/_internal/pub/test/global/activate/empty_constraint_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/activate/empty_constraint_test.dart b/sdk/lib/_internal/pub/test/global/activate/empty_constraint_test.dart
|
| index 6b8b7fbb2459b4a7a571afc1bf0f4e2f82471880..ef37640a820e22c618792a82b4dd6107c2f407be 100644
|
| --- a/sdk/lib/_internal/pub/test/global/activate/empty_constraint_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/activate/empty_constraint_test.dart
|
| @@ -14,7 +14,9 @@ main() {
|
| ]);
|
|
|
| schedulePub(args: ["global", "activate", "foo", ">1.1.0"],
|
| - error: "Package foo has no versions that match >1.1.0.",
|
| + error: """
|
| +Package foo has no versions that match >1.1.0 derived from:
|
| +- pub global activate depends on version >1.1.0""",
|
| exitCode: exit_codes.DATA);
|
| });
|
| }
|
|
|