mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-16 02:07:06 +00:00
parent
284d77fe2e
commit
aa7361337d
@ -115,7 +115,7 @@ func TestAsUint16(t *testing.T) {
|
|||||||
if AsUint16(math.MinInt16) != 0 {
|
if AsUint16(math.MinInt16) != 0 {
|
||||||
t.Error("Expected", 0)
|
t.Error("Expected", 0)
|
||||||
}
|
}
|
||||||
if AsUint16(math.MaxUint32) != math.MaxUint16 {
|
if AsUint16(math.MaxUint16+1) != math.MaxUint16 {
|
||||||
t.Error("Expected", math.MaxUint16)
|
t.Error("Expected", math.MaxUint16)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user