Fix growable bitset (#1032)

This commit is contained in:
Christoffer Lerno
2023-10-06 01:27:32 +02:00
committed by GitHub
parent dad21bfc6f
commit a1bce81ed0
2 changed files with 6 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ fn void! set_get()
}
def GrowableBitSet = GrowableBitSet(<char>);
fn void! growable_set_get()
{
GrowableBitSet bs;