Index: sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart |
diff --git a/sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart b/sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart |
index eafd0678718fcad510c012b3e456c5939c77b1d8..26116b16437ee24952766c5d0b4043b2accaf6de 100644 |
--- a/sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart |
+++ b/sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart |
@@ -20,7 +20,7 @@ main() { |
d.pubspec({}) |
]).create(); |
- d.appDir([{"git": "../foo.git"}]).create(); |
+ d.appDir({"foo": {"git": "../foo.git"}}).create(); |
// TODO(nweiz): clean up this RegExp when either issue 4706 or 4707 is |
// fixed. |