aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-12-13 18:02:49 -0500
committerRuss Cox <rsc@golang.org>2011-12-13 18:02:49 -0500
commit5fe96c640a23eaac4d53d164e9a164e93b1414af (patch)
tree1b73cb469d22483e840dc6ed77367f1b2df74ad8 /src/clean.bash
parent1161e1172bfc17a23fb38f8e930d230c5bc78eae (diff)
downloadgo-5fe96c640a23eaac4d53d164e9a164e93b1414af.tar.gz
go-5fe96c640a23eaac4d53d164e9a164e93b1414af.zip
test/garbage: move to test/bench/garbage
(These are benchmarks for the garbage collector, not tests.) R=golang-dev, adg CC=golang-dev https://golang.org/cl/5484070
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clean.bash b/src/clean.bash
index 3c6a3972d8..98e1b944af 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \
../misc/cgo/life ../misc/cgo/test \
../misc/dashboard/builder ../misc/goplay\
../doc/codelab/wiki\
- ../test/bench/shootout ../test/garbage
+ ../test/bench/shootout ../test/bench/garbage
do
# Do not use gomake here. It may not be available.
$MAKE -C "$GOROOT/src/$i" clean