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

Unified Diff: sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_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/deploy/copies_non_dart_files_to_deploy_test.dart
diff --git a/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart b/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
index 0288b6f0c0caad2c6eccc1a6672bc0b6bed885b1..51ee016d514829027f9e921f36b99bd6e7552472 100644
--- a/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
+++ b/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
@@ -16,7 +16,7 @@ main() {
d.dir(appPath, [
// A browser dependency with no entrypoints shouldn't cause dart.js to be
// copied in.
- d.appPubspec([dependencyMap("browser", "1.0.0")]),
+ d.appPubspec({"browser": "1.0.0"}),
d.dir('web', [
d.file('file.txt', 'contents'),
d.dir('subdir', [

Powered by Google App Engine
This is Rietveld 408576698