Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart

Issue 19592015: Get rid of hokey dependencyMapList stuff. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698