• antirez's avatar
    BITCOUNT regression test for #582 fixed for 32 bit target. · 58889867
    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.
    58889867
bitops.tcl 5.29 KB