Skip to content

Commit ab40e8e

Browse files
ofrobotstargos
authored andcommitted
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 <info@bnoordhuis.nl>
1 parent d00babf commit ab40e8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/parallel/test-repl-tab-complete.js

+4
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,13 @@ var array_elements = [ [
265265
'ary.valueOf',
266266
'',
267267
'ary.concat',
268+
'ary.copyWithin',
268269
'ary.entries',
269270
'ary.every',
271+
'ary.fill',
270272
'ary.filter',
273+
'ary.find',
274+
'ary.findIndex',
271275
'ary.forEach',
272276
'ary.indexOf',
273277
'ary.join',

0 commit comments

Comments
 (0)