diff --git a/wrap_test.go b/wrap_test.go index f68337c..00e3601 100644 --- a/wrap_test.go +++ b/wrap_test.go @@ -87,6 +87,7 @@ func TestLineWithPrefix(t *testing.T) { } func benchmarkLine(b *testing.B, limit int) { + b.ReportAllocs() for i := 0; i < b.N; i++ { Line(loremIpsums[0], limit) }