Index: sdk/lib/_internal/pub/test/install/git/require_pubspec_test.dart |
diff --git a/sdk/lib/_internal/pub/test/install/git/require_pubspec_test.dart b/sdk/lib/_internal/pub/test/install/git/require_pubspec_test.dart |
index ba2b5c639d4e57f1d51e9cdd44f45a8b9dbd4f8f..55f28fe1b52d3f12ae1107f3c786d7aa4a2b39a8 100644 |
--- a/sdk/lib/_internal/pub/test/install/git/require_pubspec_test.dart |
+++ b/sdk/lib/_internal/pub/test/install/git/require_pubspec_test.dart |
@@ -18,7 +18,7 @@ main() { |
d.libDir('foo') |
]).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. |