From 9b8695fb35e509caf5f8f10da5c12489ffe3ad86 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Thu, 18 Jun 2020 14:38:04 -0700 Subject: [PATCH] test: account for non-node basename PR-URL: https://github.com/nodejs/node/pull/33952 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- test/message/eval_messages.out | 4 ++-- test/message/stdin_messages.out | 4 ++-- test/message/throw_error_with_getter_throw.out | 2 +- test/message/throw_null.out | 2 +- test/message/throw_undefined.out | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/message/eval_messages.out b/test/message/eval_messages.out index 8840633959a18b..64743d4ae67acf 100644 --- a/test/message/eval_messages.out +++ b/test/message/eval_messages.out @@ -55,11 +55,11 @@ ReferenceError: y is not defined var ______________________________________________; throw 10 ^ 10 -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) [eval]:1 var ______________________________________________; throw 10 ^ 10 -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) done diff --git a/test/message/stdin_messages.out b/test/message/stdin_messages.out index 72edb0b00b28cd..3c71c5683b7d94 100644 --- a/test/message/stdin_messages.out +++ b/test/message/stdin_messages.out @@ -67,11 +67,11 @@ ReferenceError: y is not defined let ______________________________________________; throw 10 ^ 10 -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) [stdin]:1 let ______________________________________________; throw 10 ^ 10 -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) done diff --git a/test/message/throw_error_with_getter_throw.out b/test/message/throw_error_with_getter_throw.out index 5daf35aad44ce3..2162185e7845fc 100644 --- a/test/message/throw_error_with_getter_throw.out +++ b/test/message/throw_error_with_getter_throw.out @@ -3,4 +3,4 @@ throw { // eslint-disable-line no-throw-literal ^ [object Object] -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) diff --git a/test/message/throw_null.out b/test/message/throw_null.out index db6cc3edf583ef..c97dcbfe134a22 100644 --- a/test/message/throw_null.out +++ b/test/message/throw_null.out @@ -3,4 +3,4 @@ throw null; ^ null -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) diff --git a/test/message/throw_undefined.out b/test/message/throw_undefined.out index 016eb8ffd95e33..4b2bfdbc590708 100644 --- a/test/message/throw_undefined.out +++ b/test/message/throw_undefined.out @@ -3,4 +3,4 @@ throw undefined; ^ undefined -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown)