Skip to content

Commit

Permalink
Accepting new baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
ahejlsberg committed Mar 24, 2015
1 parent 580bb83 commit 7356775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/baselines/reference/exportsAndImports4-amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ define(["require", "exports"], function (require, exports) {
exports.default = "hello";
});
//// [t3.js]
define(["require", "exports", "./t1", "./t1", "./t1", "./t1", "./t1", "./t1"], function (require, exports, a, _t1, c, _t1_2, e2, _t1_4) {
define(["require", "exports", "./t1", "./t1", "./t1", "./t1", "./t1", "./t1"], function (require, exports, a, _t1, c, _t1_2, _t1_3, _t1_4) {
exports.a = a;
a.default;
exports.b = _t1.default;
Expand All @@ -53,6 +53,7 @@ define(["require", "exports", "./t1", "./t1", "./t1", "./t1", "./t1", "./t1"], f
c.default;
exports.d = _t1_2.default;
_t1_2.default;
var e2 = _t1_3;
exports.e1 = _t1_3.default;
exports.e2 = e2;
_t1_3.default;
Expand Down

0 comments on commit 7356775

Please sign in to comment.