aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug078.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug078.go')
-rw-r--r--test/fixedbugs/bug078.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug078.go b/test/fixedbugs/bug078.go
index 3ffadb7d00..ddd3faeba4 100644
--- a/test/fixedbugs/bug078.go
+++ b/test/fixedbugs/bug078.go
@@ -6,7 +6,7 @@
package main
-func dosplit(wait *chan int ){
+func dosplit(wait chan int ){
select {
case <-wait:
}