commit | 3fb5f329b921ed602d70c9a8d98db0bd23ae6c3c | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Sun Feb 19 17:44:02 2012 +1100 |
committer | Rob Pike <r@golang.org> | Sun Feb 19 17:44:02 2012 +1100 |
tree | a66055eda957fd17749a2fdcb6d4fc0520932d72 | |
parent | 13514d4e0b56a2643525582e1f29ca2f62ad4c28 [diff] [blame] |
test/chan: document tests R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5677094
diff --git a/test/chan/perm.go b/test/chan/perm.go index 89e32f1..7e152c5 100644 --- a/test/chan/perm.go +++ b/test/chan/perm.go
@@ -4,6 +4,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test various correct and incorrect permutations of send-only, +// receive-only, and bidirectional channels. +// Does not compile. + package main var (