diff options
author | Robert Griesemer <gri@golang.org> | 2009-12-23 13:15:00 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-12-23 13:15:00 -0800 |
commit | ef52bde09efcb33ad0fb22172dc2edb12b226939 (patch) | |
tree | 49190988cbc495eac8aa46ea904decf93043065b | |
parent | 5ff3d8f868886bb479b0da8b42beb9fa83333a5a (diff) | |
download | golang-ef52bde09efcb33ad0fb22172dc2edb12b226939.tar.gz |
remove nums.sh
R=rsc
CC=golang-dev
http://codereview.appspot.com/181049
-rwxr-xr-x | src/pkg/container/vector/nums.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pkg/container/vector/nums.sh b/src/pkg/container/vector/nums.sh deleted file mode 100755 index 22bf4dca5..000000000 --- a/src/pkg/container/vector/nums.sh +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 2009 The Go Authors. All rights reserved. -# Use of this source code is governed by a BSD-style -# license that can be found in the LICENSE file. - -gotest -v -match Nums -benchmarks Nums |