Commit 078f4612 authored by antirez's avatar antirez
Browse files

Test for BITFIELD regression #3221.

parent c6c86ea0
...@@ -184,4 +184,9 @@ start_server {tags {"bitops"}} { ...@@ -184,4 +184,9 @@ start_server {tags {"bitops"}} {
} }
} }
} }
test {BITFIELD regression for #3221} {
r set bits 1
r bitfield bits get u1 0
} {0}
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment