Skip to content

Commit

Permalink
trimming ka
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Sep 16, 2024
1 parent a3dd01a commit 11e18ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serialization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ func TestFromUnsafeBytes(t *testing.T) {
_, err2 := rb2.FromUnsafeBytes(b)
require.NoError(t, err2)
assert.True(t, rb.Equals(rb2))
runtime.KeepAlive(&b)
}

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

0 comments on commit 11e18ed

Please sign in to comment.