Update conflicting baseline.

PR #9574 added a baseline that #9578 caused to be changed. The two PRs
went in so close to each other that the CI build didn't catch the change
to the new test's baseline.
This commit is contained in:
Nathan Shively-Sanders 2016-07-11 13:04:48 -07:00
parent 4598c13eec
commit 4e02bc61a2

View File

@ -13,5 +13,7 @@ C.prototype.m = function() {
>m : Symbol(C.m, Decl(input.js, 1, 14), Decl(input.js, 3, 1))
this.nothing();
>this : Symbol(C, Decl(input.js, 0, 0))
};