Skip to content

Commit 11e18ed

Browse files
committed
trimming ka
1 parent a3dd01a commit 11e18ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serialization_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ func TestFromUnsafeBytes(t *testing.T) {
250250
_, err2 := rb2.FromUnsafeBytes(b)
251251
require.NoError(t, err2)
252252
assert.True(t, rb.Equals(rb2))
253-
runtime.KeepAlive(&b)
254253
}
255254

256255
// roaringarray.writeTo and .readFrom should serialize and unserialize when containing all 3 container types

0 commit comments

Comments
 (0)