Skip to content

Commit

Permalink
test: fix test-repl-tab-complete.js for V8 4.5
Browse files Browse the repository at this point in the history
The list of Array properties needed to be updated to match the new ones added
in V8 4.5.

PR-URL: nodejs#2509
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
ofrobots authored and rvagg committed Sep 4, 2015
1 parent dc671b8 commit e2eaf23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/parallel/test-repl-tab-complete.js
Expand Up @@ -265,9 +265,13 @@ var array_elements = [ [
'ary.valueOf',
'',
'ary.concat',
'ary.copyWithin',
'ary.entries',
'ary.every',
'ary.fill',
'ary.filter',
'ary.find',
'ary.findIndex',
'ary.forEach',
'ary.indexOf',
'ary.join',
Expand Down

0 comments on commit e2eaf23

Please sign in to comment.