| Index: sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart b/sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart
|
| index dc20323586c4ad15bf34d3197b37a09b5355a2e2..3ff3efca7006c4b277992117fd7dc3f6d5bd6a6e 100644
|
| --- a/sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart
|
| @@ -21,8 +21,7 @@ main() {
|
|
|
| d.appDir([dependencyMap("foo"), dependencyMap("bar")]).create();
|
|
|
| - schedulePub(args: ['update'],
|
| - output: new RegExp(r"Dependencies updated!$"));
|
| + pubUpdate();
|
|
|
| d.packagesDir({
|
| "foo": "1.0.0",
|
| @@ -32,8 +31,7 @@ main() {
|
|
|
| d.appDir([dependencyMap("foo")]).create();
|
|
|
| - schedulePub(args: ['update'],
|
| - output: new RegExp(r"Dependencies updated!$"));
|
| + pubUpdate();
|
|
|
| d.packagesDir({
|
| "foo": "1.0.0",
|
|
|