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', [ |