From: Russ Cox Date: Wed, 13 Jan 2010 21:29:49 +0000 (-0800) Subject: vector: drop rule for bench, now in Make.pkg X-Git-Tag: weekly.2010-01-13~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6ae763a7270ad3c0a492ee2a044d9a5d9e7a4952;p=gostls13.git vector: drop rule for bench, now in Make.pkg R=gri CC=golang-dev https://golang.org/cl/186139 --- diff --git a/src/pkg/container/vector/Makefile b/src/pkg/container/vector/Makefile index 1004e4d2a9..1f58f7bba9 100644 --- a/src/pkg/container/vector/Makefile +++ b/src/pkg/container/vector/Makefile @@ -66,7 +66,4 @@ generate: vector.go vector_test.go | gofmt -r='TestVectorData -> TestStrVectorData'\ > stringvector_test.go -bench: - gotest -v -match Nums -benchmarks Nums - include ../../../Make.pkg