Skip to content
Merged
Prev Previous commit
Next Next commit
test: fix test-repl-tab-complete.js for V8 4.5
The list of Array properties needed to be updated to match the new ones added
in V8 4.5.

PR-URL: #2509
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
ofrobots committed Sep 3, 2015
commit 06f38de7287d6170ae0bcee52868f808928a4216
4 changes: 4 additions & 0 deletions test/parallel/test-repl-tab-complete.js
Original file line number Diff line number Diff line change
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