| 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..4d29194d6e67299cbfe5e989c2cc9e528096cee1 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);
|
| });
|
| }
|
|
|