summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-uncaught-exception-standalone.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl-uncaught-exception-standalone.js')
-rw-r--r--test/parallel/test-repl-uncaught-exception-standalone.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/parallel/test-repl-uncaught-exception-standalone.js b/test/parallel/test-repl-uncaught-exception-standalone.js
index ae7b214fef..e7371f9f7c 100644
--- a/test/parallel/test-repl-uncaught-exception-standalone.js
+++ b/test/parallel/test-repl-uncaught-exception-standalone.js
@@ -18,8 +18,7 @@ child.on('exit', common.mustCall(() => {
[
'Type ".help" for more information.',
// x\n
- '> Thrown:',
- 'ReferenceError: x is not defined',
+ '> Uncaught ReferenceError: x is not defined',
// Added `uncaughtException` listener.
'> short',
'undefined',