test: fix parallel/test-repl with new v8
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 7 Jan 2015 18:16:21 +0000 (19:16 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 7 Jan 2015 21:12:23 +0000 (22:12 +0100)
commit6e9d1c868474273b3b5891508c28aa13f70ff465
tree679ac36090683f246355567bae5db250f4b5292d
parent58f3a0382bfdec10cdfdc274f76429bf8acd4bfe
test: fix parallel/test-repl with new v8

Per the ES6 spec, V8 3.31 no longer throws a SyntaxError for scoped
function declarations.

PR-URL: https://github.com/iojs/io.js/pull/243
Reviewed-By: Domenic Denicola <domenic@domenicdenicola.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
test/parallel/test-repl.js