test: fix if-error-has-good-stack
PR-URL: https://github.com/nodejs/node/pull/18378 Fixes: https://github.com/nodejs/node/issues/18377 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
c016cc2b17
commit
bea5f26d34
@ -3,14 +3,14 @@ assert.js:*
|
|||||||
^
|
^
|
||||||
|
|
||||||
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error
|
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error
|
||||||
at z (*/if-error-has-good-stack.js:*:*
|
at z (*if-error-has-good-stack.js:*:*
|
||||||
at y (*/if-error-has-good-stack.js:*:*)
|
at y (*if-error-has-good-stack.js:*:*)
|
||||||
at x (*/if-error-has-good-stack.js:*:*)
|
at x (*if-error-has-good-stack.js:*:*)
|
||||||
at Object.<anonymous> (*/if-error-has-good-stack.js:*:*)
|
at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
|
||||||
at c (*/if-error-has-good-stack.js:*:*)
|
at c (*if-error-has-good-stack.js:*:*)
|
||||||
at b (*/if-error-has-good-stack.js:*:*)
|
at b (*if-error-has-good-stack.js:*:*)
|
||||||
at a (*/if-error-has-good-stack.js:*:*)
|
at a (*if-error-has-good-stack.js:*:*)
|
||||||
at Object.<anonymous> (*/if-error-has-good-stack.js:*:*)
|
at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
|
||||||
at Module._compile (module.js:*:*)
|
at Module._compile (module.js:*:*)
|
||||||
at Object.Module._extensions..js (module.js:*:*)
|
at Object.Module._extensions..js (module.js:*:*)
|
||||||
at Module.load (module.js:*:*)
|
at Module.load (module.js:*:*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user