diff --git a/hostmap_test.go b/hostmap_test.go index f6579c7..f2b2abe 100644 --- a/hostmap_test.go +++ b/hostmap_test.go @@ -161,6 +161,4 @@ func BenchmarkHostmappromote2(b *testing.B) { m.AddRemote(ip2int(net.ParseIP("10.128.1.1")), g) m.AddRemote(ip2int(net.ParseIP("10.128.1.1")), y) } - b.Errorf("hi") - }