| Index: sdk/lib/_internal/pub/test/pub_get_and_upgrade_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/pub_get_and_upgrade_test.dart b/sdk/lib/_internal/pub/test/pub_get_and_upgrade_test.dart
|
| index f0df450a50b2053c57e271f955ee556ffaaa5bfc..337c9574b73e4240f8e6b4b4b19dbd9c4b8aa52d 100644
|
| --- a/sdk/lib/_internal/pub/test/pub_get_and_upgrade_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/pub_get_and_upgrade_test.dart
|
| @@ -110,7 +110,7 @@ main() {
|
| ]).create();
|
|
|
| pubCommand(command,
|
| - error: new RegExp("^Incompatible dependencies on 'baz':\n"));
|
| + error: new RegExp("^Incompatible dependencies on baz:\n"));
|
| });
|
|
|
| integration('does not allow a dependency on itself', () {
|
|
|