aboutsummaryrefslogtreecommitdiff
path: root/test/chan/select.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/chan/select.go')
-rw-r--r--test/chan/select.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chan/select.go b/test/chan/select.go
index 470e151818..3158ee6c29 100644
--- a/test/chan/select.go
+++ b/test/chan/select.go
@@ -14,7 +14,7 @@ func GetValue() uint {
return 1 << shift
}
-func Send(a, b *chan uint) int {
+func Send(a, b chan uint) int {
var i int;
LOOP:
for {