| Index: sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart b/sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart
|
| index 749373d54372c373dd0f2312bccf6262042e0070..2d03b9c52a95868091f1142f375937a7098efe93 100644
|
| --- a/sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart
|
| @@ -28,7 +28,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - d.appDir([dependencyMap("foo", "1.2.3")]).create();
|
| + d.appDir({"foo": "1.2.3"}).create();
|
|
|
| pubInstall();
|
|
|
| @@ -51,7 +51,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - d.appDir([dependencyMap("foo", "1.2.3")]).create();
|
| + d.appDir({"foo": "1.2.3"}).create();
|
|
|
| pubInstall();
|
|
|
|
|