Skip to content

Commit bea5f26

Browse files
committed
test: fix if-error-has-good-stack
PR-URL: #18378 Fixes: #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>
1 parent c016cc2 commit bea5f26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/message/if-error-has-good-stack.out

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ assert.js:*
33
^
44

55
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error
6-
at z (*/if-error-has-good-stack.js:*:*
7-
at y (*/if-error-has-good-stack.js:*:*)
8-
at x (*/if-error-has-good-stack.js:*:*)
9-
at Object.<anonymous> (*/if-error-has-good-stack.js:*:*)
10-
at c (*/if-error-has-good-stack.js:*:*)
11-
at b (*/if-error-has-good-stack.js:*:*)
12-
at a (*/if-error-has-good-stack.js:*:*)
13-
at Object.<anonymous> (*/if-error-has-good-stack.js:*:*)
6+
at z (*if-error-has-good-stack.js:*:*
7+
at y (*if-error-has-good-stack.js:*:*)
8+
at x (*if-error-has-good-stack.js:*:*)
9+
at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
10+
at c (*if-error-has-good-stack.js:*:*)
11+
at b (*if-error-has-good-stack.js:*:*)
12+
at a (*if-error-has-good-stack.js:*:*)
13+
at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
1414
at Module._compile (module.js:*:*)
1515
at Object.Module._extensions..js (module.js:*:*)
1616
at Module.load (module.js:*:*)

0 commit comments

Comments
 (0)