Skip to content

tests: Fix BigInt tests on 32-bit

Philip Chimento requested to merge ptomato/gjs:462-bigint-tests-32bit into master

Since we test BigInt values for each type that has a key in the BigIntLimits object, we need to not define keys for types that are not 64-bits.

Closes: #462 (closed)

Merge request reports