Explorar o código

allow `go test -bench=.` to run (#234)

This benchmark had an Errorf at the end, lets remove it so the
benchmarks all run.
Wade Simmons %!s(int64=5) %!d(string=hai) anos
pai
achega
ff13aba8fc
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      hostmap_test.go

+ 0 - 2
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")
-
 }