aboutsummaryrefslogtreecommitdiff
path: root/test/chan
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-04-20 23:45:43 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-04-20 23:45:43 +0800
commitdda6d6aa7087f51a59bbe60d7b73d170c715ddd0 (patch)
tree78adeaa7c9a4fc05fdf8b003afb5a46a137f1454 /test/chan
parentf8dde60e2b70f6edccfec63980ef7e2b59fe9652 (diff)
downloadgo-dda6d6aa7087f51a59bbe60d7b73d170c715ddd0.tar.gz
go-dda6d6aa7087f51a59bbe60d7b73d170c715ddd0.zip
test: use testlib in a few more cases (part 2)
Introduced "runoutput" cmd for running generated program R=golang-dev, iant, bradfitz, remyoudompheng CC=golang-dev https://golang.org/cl/5869049
Diffstat (limited to 'test/chan')
-rw-r--r--test/chan/select5.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/chan/select5.go b/test/chan/select5.go
index 13cde1afe5..f72cfe4b46 100644
--- a/test/chan/select5.go
+++ b/test/chan/select5.go
@@ -1,6 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go &&
-// $G tmp.go && $L tmp.$A && ./$A.out || echo BUG: select5
-// rm -f tmp.go
+// runoutput
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style