Skip to content

Commit

Permalink
test: fix test-repl-tab-complete after V8 upgrade
Browse files Browse the repository at this point in the history
Array#includes is now available.

Ref: #3481
PR-URL: #4106
Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
Reviewed-By: targos - Michaël Zasso <[email protected]>
Reviewed-By: rvagg - Rod Vagg <[email protected]>
  • Loading branch information
ofrobots committed Dec 4, 2015
1 parent 8a43a3d commit dc09bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-repl-tab-complete.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ var array_elements = [ [
'ary.find',
'ary.findIndex',
'ary.forEach',
'ary.includes',
'ary.indexOf',
'ary.join',
'ary.keys',
Expand Down

0 comments on commit dc09bbe

Please sign in to comment.