mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:54:58 +00:00
Test for BITFIELD regression #3221.
This commit is contained in:
parent
c6c86ea05d
commit
078f46126c
@ -184,4 +184,9 @@ start_server {tags {"bitops"}} {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {BITFIELD regression for #3221} {
|
||||||
|
r set bits 1
|
||||||
|
r bitfield bits get u1 0
|
||||||
|
} {0}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user