aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl.js')
-rw-r--r--test/parallel/test-repl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-repl.js b/test/parallel/test-repl.js
index c0869c84b3..05608bd5ee 100644
--- a/test/parallel/test-repl.js
+++ b/test/parallel/test-repl.js
@@ -308,7 +308,7 @@ const errorTests = [
// Functions should not evaluate twice (#2773)
{
send: 'var I = [1,2,3,function() {}]; I.pop()',
- expect: '[Function]'
+ expect: '[Function (anonymous)]'
},
// Multiline object
{