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.

PR-URL: nodejs#3481
Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
  • Loading branch information
ofrobots committed Nov 12, 2015
1 parent 30455af commit 9a42f55
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 @@ -273,6 +273,7 @@ var array_elements = [ [
'ary.find',
'ary.findIndex',
'ary.forEach',
'ary.includes',
'ary.indexOf',
'ary.join',
'ary.keys',
Expand Down

0 comments on commit 9a42f55

Please sign in to comment.