| Index: sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart b/sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart
|
| index cd1587a6e111c7f693a45ee9df3cf745c23ea386..e3966afc219253fe3fa874b89f3749700b5cc522 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart
|
| @@ -26,7 +26,9 @@ main() {
|
| d.libPubspec('foo', '1.0.0')
|
| ]).commit();
|
|
|
| - d.appDir([{"git": {"url": "../foo.git", "ref": commit}}]).create();
|
| + d.appDir({
|
| + "foo": {"git": {"url": "../foo.git", "ref": commit}}
|
| + }).create();
|
|
|
| pubInstall();
|
|
|
|
|