comment print

This commit is contained in:
steven004 2019-12-24 13:42:30 +08:00
parent d313d97947
commit fdbbf65fea

View File

@ -91,7 +91,7 @@ func TestRleplus(t *testing.T) {
encodeBytes, _, err := rleplus.Encode(ints)
assert.NilError(t, err)
for idx, v := range encodeBytes {
fmt.Println(v, expected[idx])
// fmt.Println(v, expected[idx])
assert.Equal(
t,
fmt.Sprintf("%8b", v),