summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-07-14 15:13:59 -0700
committerRob Pike <r@golang.org>2008-07-14 15:13:59 -0700
commit03d03ee74991ac58aaaeb4fa9a3d65fb0b36976c (patch)
treef4f361308612b113cd466b6c78f4dc00b921b46d /test/run
parent3fdc2db577342da29dbf5514ef57ac32537f322a (diff)
downloadgo-03d03ee74991ac58aaaeb4fa9a3d65fb0b36976c.tar.gz
update golden
improve sieve test, and split into two versions SVN=127077
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index a7ce63dde..806c1ec15 100755
--- a/test/run
+++ b/test/run
@@ -18,7 +18,7 @@ export L=${A}l
failed=0
-for dir in . ken bugs fixedbugs
+for dir in . ken chan bugs fixedbugs
do
for i in $dir/*.go
do