test: fix parallel/test-repl-harmony with new v8
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 7 Jan 2015 18:07:18 +0000 (19:07 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 7 Jan 2015 21:12:20 +0000 (22:12 +0100)
commit58f3a0382bfdec10cdfdc274f76429bf8acd4bfe
treebc6cb6118a4a24976254f304bc18f9015a6352ee
parent8a83ebaede7591e7bd3745d0ca27ecde2531b100
test: fix parallel/test-repl-harmony with new v8

Assignment to a const var in strict mode is a lazy TypeError now.
Update the test accordingly.

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