Index: sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart |
diff --git a/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart b/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart |
index 7c08ab55e905282b45e3518ae5ba7b5221e03f22..dfe1b502576fbcbd49d76fa24b1431a3748cbde1 100644 |
--- a/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart |
+++ b/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart |
@@ -17,8 +17,7 @@ main() { |
d.appDir([dependencyMap("foo")]).create(); |
- schedulePub(args: ['install'], |
- output: new RegExp(r"Dependencies installed!$")); |
+ pubInstall(); |
d.packagesDir({"foo": "1.0.0"}).validate(); |
@@ -26,8 +25,7 @@ main() { |
d.appDir([dependencyMap("foo", ">=1.0.0")]).create(); |
- schedulePub(args: ['install'], |
- output: new RegExp(r"Dependencies installed!$")); |
+ pubInstall(); |
d.packagesDir({"foo": "1.0.0"}).validate(); |
}); |