node/test/addons/heap-profiler
Junliang Yan 9f967058e8 test: fix heap-profiler link error LNK1194 on win
Fix the following error message in windows using VS 2013:

    LINK : fatal error LNK1194: cannot delay-load 'node.exe'
    due to import of data symbol '"__declspec(dllimport)
    const v8::OutputStream::`vftable'"
    (__imp_??_7OutputStream@v8@@6B@)'; link without
    /DELAYLOAD:node.exe

PR-URL: https://github.com/nodejs/node/pull/3572
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-10-28 21:13:34 +01:00
..
binding.cc deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
binding.gyp test: fix heap-profiler link error LNK1194 on win 2015-10-28 21:13:34 +01:00
test.js test: load common.js in all tests 2015-10-06 15:11:47 -07:00