From 11e18ed04d18e1602aeaad47da3fe6f544704492 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 16 Sep 2024 13:55:25 -0400 Subject: [PATCH] trimming ka --- serialization_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/serialization_test.go b/serialization_test.go index 25146bde..035d3753 100644 --- a/serialization_test.go +++ b/serialization_test.go @@ -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