aboutsummaryrefslogtreecommitdiff
path: root/test/chan
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-09-26 19:35:21 -0400
committerRuss Cox <rsc@golang.org>2011-09-26 19:35:21 -0400
commit4bdf1fc02bd44d539301d19c2781411d2c745b64 (patch)
tree072f4355df4fe675870f32f40136513be28d7869 /test/chan
parent4c462e6fd719861e03cab1a7c5c892b7db7baa11 (diff)
downloadgo-4bdf1fc02bd44d539301d19c2781411d2c745b64.tar.gz
go-4bdf1fc02bd44d539301d19c2781411d2c745b64.zip
test: silence/coalesce some tests
Add copyright notice to nilptr.go. R=golang-dev, r CC=golang-dev https://golang.org/cl/5139048
Diffstat (limited to 'test/chan')
-rw-r--r--test/chan/doubleselect.go1
-rw-r--r--test/chan/nonblock.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/chan/doubleselect.go b/test/chan/doubleselect.go
index 3c7412ed6a..f8d50c90c0 100644
--- a/test/chan/doubleselect.go
+++ b/test/chan/doubleselect.go
@@ -82,5 +82,4 @@ func main() {
// However, the result of the bug linked to at the top is that we'll
// end up panicking with: "throw: bad g->status in ready".
recver(cmux)
- print("PASS\n")
}
diff --git a/test/chan/nonblock.go b/test/chan/nonblock.go
index 33afb32916..9addf12e99 100644
--- a/test/chan/nonblock.go
+++ b/test/chan/nonblock.go
@@ -279,5 +279,4 @@ func main() {
<-sync
}
}
- print("PASS\n")
}