test: fix deprecation warning in addons test
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 25 May 2015 14:45:11 +0000 (16:45 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 26 May 2015 15:17:38 +0000 (17:17 +0200)
commit280fb01daffdfe710a0f0869a836b3ed6f5d1c09
treef41356fccaa570c0ef4775a19d447fa4551f6798
parent93a44d5228b2e1a885f6279f06c4175c174246be
test: fix deprecation warning in addons test

The non-isolate version of node::FatalException() is deprecated, switch
to the version that takes an isolate as its first argument.

PR-URL: https://github.com/nodejs/io.js/pull/1793
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
test/addons/async-hello-world/binding.cc