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: nodejs#3481
PR-URL: nodejs#4106
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: rvagg - Rod Vagg <rod@vagg.org>
  • Loading branch information
ofrobots authored and Michael Scovetta committed Apr 2, 2016
1 parent d7ea551 commit 05bd520
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 05bd520

Please sign in to comment.