]> 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:10 +0000 (17:50 +0200)
commit74e57d0ecefaff0f029469bea65edc2e20747ee3
tree4621e80d99a33188791cc4e400f0fe075e2ce09d
parent749aac72ad980bf08b04655634590b80e2fd014c
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