Skip to content

test: fix coverity UNINIT_CTOR cctest warning

Explicitly initialize platform_ to nullptr. Coverity cannot divine it is set and cleared by the Setup() and TearDown() methods.

cc @danbev

CI: https://ci.nodejs.org/job/node-test-pull-request/7373/

Merge request reports

Loading