Skip to content

Commit

Permalink
Update conflicting baseline.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sandersn committed Jul 11, 2016
1 parent cc83c79 commit 6ad4482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/baselines/reference/multipleDeclarations.symbols
Original file line number Diff line number Diff line change
Expand Up @@ -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))

};

0 comments on commit 6ad4482

Please sign in to comment.