summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-01-13 13:29:49 -0800
committerRuss Cox <rsc@golang.org>2010-01-13 13:29:49 -0800
commit304dbd9b5c36e67f2d72edc61f99c6d4a8e9bd56 (patch)
tree574e48eea06a5614b9d787cc12d1b08e9738f455
parent46345308bc44eb8d763a37e2db5ae5568a5f687f (diff)
downloadgolang-304dbd9b5c36e67f2d72edc61f99c6d4a8e9bd56.tar.gz
vector: drop rule for bench, now in Make.pkg
R=gri CC=golang-dev http://codereview.appspot.com/186139
-rw-r--r--src/pkg/container/vector/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pkg/container/vector/Makefile b/src/pkg/container/vector/Makefile
index 1004e4d2a..1f58f7bba 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