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: https://github.com/nodejs/node/pull/2509
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
pull/2714/head
Ali Ijaz Sheikh 2015-08-23 07:24:54 -07:00 committed by Rod Vagg
parent 56db28b6d7
commit d571680638
1 changed files with 4 additions and 0 deletions

View File

@ -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',