Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test failures on linuxOne and AIX
Currently, the test only considers little endian. So, this patch adds a endian check function(IsLittleEndian()) and then use it instead of hardcoded value. Fixes: nodejs/node-addon-api#230 PR-URL: nodejs/node-addon-api#232 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
- Loading branch information