| Index: sdk/lib/_internal/pub/test/deploy/copies_browser_js_next_to_entrypoints_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/deploy/copies_browser_js_next_to_entrypoints_test.dart b/sdk/lib/_internal/pub/test/deploy/copies_browser_js_next_to_entrypoints_test.dart
|
| index 9ab875190814d9252bf0e0ff9df04e87bc7f6227..291284e02c15e8286884f55b702deec121713289 100644
|
| --- a/sdk/lib/_internal/pub/test/deploy/copies_browser_js_next_to_entrypoints_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/deploy/copies_browser_js_next_to_entrypoints_test.dart
|
| @@ -50,7 +50,7 @@ main() {
|
| ]);
|
|
|
| d.dir(appPath, [
|
| - d.appPubspec([dependencyMap("browser", "1.0.0")]),
|
| + d.appPubspec({"browser": "1.0.0"}),
|
| d.dir('web', [
|
| d.file('file.dart', 'void main() => print("hello");'),
|
| d.dir('subdir', [
|
|
|