aboutsummaryrefslogtreecommitdiff
path: root/mobile/mobile_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/mobile_test.go')
-rw-r--r--mobile/mobile_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/mobile_test.go b/mobile/mobile_test.go
index 85de500..f497c56 100644
--- a/mobile/mobile_test.go
+++ b/mobile/mobile_test.go
@@ -130,6 +130,7 @@ func TestDaysAcceptsUpperBoundCount(t *testing.T) {
}
func BenchmarkDaysWeek(b *testing.B) {
+ b.ReportAllocs()
for i := 0; i < b.N; i++ {
Days("2026-07-27", 7, "of", "pl")
}