diff --git a/result_pipes_linux_test.go b/result_pipes_linux_test.go index bb55e94..b4f57bf 100644 --- a/result_pipes_linux_test.go +++ b/result_pipes_linux_test.go @@ -26,7 +26,7 @@ func _benchmarkChecker(b *testing.B, c *Checker, addr string) { b.ResetTimer() b.RunParallel(func(pb *testing.PB) { for pb.Next() { - c.CheckAddr(AddrDead, time.Second) + c.CheckAddr(addr, time.Second) } }) b.StopTimer()