| Index: sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_new_is_satisfied_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_new_is_satisfied_test.dart b/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_new_is_satisfied_test.dart
|
| index fd2f244482b43628bbbfd9aaad7f71c93dbc3f4a..1f57d9286125a0c4d29aff183a9d2f0442af0944 100644
|
| --- a/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_new_is_satisfied_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_new_is_satisfied_test.dart
|
| @@ -21,8 +21,7 @@ main() {
|
|
|
| d.appDir([dependencyMap("foo")]).create();
|
|
|
| - schedulePub(args: ['install'],
|
| - output: new RegExp(r"Dependencies installed!$"));
|
| + pubInstall();
|
|
|
| d.packagesDir({
|
| "foo": "1.0.0",
|
| @@ -39,8 +38,7 @@ main() {
|
|
|
| d.appDir([dependencyMap("foo"), dependencyMap("newdep")]).create();
|
|
|
| - schedulePub(args: ['install'],
|
| - output: new RegExp(r"Dependencies installed!$"));
|
| + pubInstall();
|
|
|
| d.packagesDir({
|
| "foo": "1.0.0",
|
|
|