Skip to content

Commit

Permalink
test: fix if-error-has-good-stack
Browse files Browse the repository at this point in the history
PR-URL: #18378
Fixes: #18377
Reviewed-By: Anatoli Papirovski <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
joyeecheung committed Jan 25, 2018
1 parent c016cc2 commit bea5f26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/message/if-error-has-good-stack.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ assert.js:*
^

AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error
at z (*/if-error-has-good-stack.js:*:*
at y (*/if-error-has-good-stack.js:*:*)
at x (*/if-error-has-good-stack.js:*:*)
at Object.<anonymous> (*/if-error-has-good-stack.js:*:*)
at c (*/if-error-has-good-stack.js:*:*)
at b (*/if-error-has-good-stack.js:*:*)
at a (*/if-error-has-good-stack.js:*:*)
at Object.<anonymous> (*/if-error-has-good-stack.js:*:*)
at z (*if-error-has-good-stack.js:*:*
at y (*if-error-has-good-stack.js:*:*)
at x (*if-error-has-good-stack.js:*:*)
at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
at c (*if-error-has-good-stack.js:*:*)
at b (*if-error-has-good-stack.js:*:*)
at a (*if-error-has-good-stack.js:*:*)
at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
at Module._compile (module.js:*:*)
at Object.Module._extensions..js (module.js:*:*)
at Module.load (module.js:*:*)
Expand Down

0 comments on commit bea5f26

Please sign in to comment.