]> git.saurik.com Git - redis.git/commit
BITCOUNT regression test for #582 fixed for 32 bit target.
authorantirez <antirez@gmail.com>
Wed, 5 Sep 2012 15:46:06 +0000 (17:46 +0200)
committerantirez <antirez@gmail.com>
Wed, 5 Sep 2012 15:50:24 +0000 (17:50 +0200)
commit58889867bb3230c8837b919f675b0d80dd85454a
treedd49490ed6bcc9b3117317d825886cf18f7c5c4b
parent4c3d419013e28c417a51f650f16b96807590c1e7
BITCOUNT regression test for #582 fixed for 32 bit target.

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.
tests/unit/bitops.tcl