Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: explicitly cast to uint32_t in test
Explicitly casting to `uint32_t` prevents a template resolution ambiguity on 32-bit platforms. Fixes: nodejs/node-addon-api#337 PR-URL: nodejs/node-addon-api#341 Fixes: nodejs/node-addon-api#337 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@NickNaso.local>
- Loading branch information