| Index: pkg/dev_compiler/test/codegen_expected/node_modules.js
|
| diff --git a/pkg/dev_compiler/test/codegen_expected/node_modules.js b/pkg/dev_compiler/test/codegen_expected/node_modules.js
|
| index 0425cf75235336328bf338ac73f7569ca69a484b..c5977cc71f2f359bb1e24196e11dc92b80b0f4fa 100644
|
| --- a/pkg/dev_compiler/test/codegen_expected/node_modules.js
|
| +++ b/pkg/dev_compiler/test/codegen_expected/node_modules.js
|
| @@ -54,6 +54,8 @@ dart.defineLazy(node_modules, {
|
| },
|
| set lazyMutable(_) {}
|
| });
|
| -dart.trackLibraries("node_modules", {"node_modules.dart": node_modules}, null);
|
| +dart.trackLibraries("node_modules", {
|
| + "node_modules.dart": node_modules
|
| +}, null);
|
| // Exports:
|
| exports.node_modules = node_modules;
|
|
|