• antirez's avatar
    BITCOUNT regression test for #582 fixed for 32 bit target. · 74e57d0e
    antirez authored
    Bug #582 was not present in 32 bit builds of Redis as
    getObjectFromLong() will return an error for overflow.
    
    This commit makes sure that the test does not fail because of the error
    returned when running against 32 bit builds.
    74e57d0e
bitops.tcl 5.29 KB