Fix baseline as it appears in the master branch

Fixes #8098
This commit is contained in:
Sheetal Nandi 2016-04-15 10:35:21 -07:00
parent 1c06342ddb
commit 6c7414b098

View file

@ -21,7 +21,7 @@ System.register([], function (exports_1, context_1) {
// filename: instantiatedModule.ts
(function (M) {
var x = 1;
})(M || (M = {}));
})(M = M || (M = {}));
exports_1("M", M);
}
};