Skip to content

Commit 6c7414b

Browse files
committed
Fix baseline as it appears in the master branch
Fixes microsoft#8098
1 parent 1c06342 commit 6c7414b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/baselines/reference/systemModule7.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ System.register([], function (exports_1, context_1) {
2121
// filename: instantiatedModule.ts
2222
(function (M) {
2323
var x = 1;
24-
})(M || (M = {}));
24+
})(M = M || (M = {}));
2525
exports_1("M", M);
2626
}
2727
};

0 commit comments

Comments
 (0)