From e9222c9236f24e5096c92dec50e700b24176a4b5 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Fri, 26 Jan 2018 01:11:59 +0800 Subject: [PATCH] test: fix if-error-has-good-stack --- test/message/if-error-has-good-stack.out | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/message/if-error-has-good-stack.out b/test/message/if-error-has-good-stack.out index fa72322b446f6a..7aa58b0283f75d 100644 --- a/test/message/if-error-has-good-stack.out +++ b/test/message/if-error-has-good-stack.out @@ -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. (*/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. (*/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. (*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. (*if-error-has-good-stack.js:*:*) at Module._compile (module.js:*:*) at Object.Module._extensions..js (module.js:*:*) at Module.load (module.js:*:*)