summaryrefslogtreecommitdiff
path: root/test/chan/powser2.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/chan/powser2.go')
-rw-r--r--test/chan/powser2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chan/powser2.go b/test/chan/powser2.go
index b48110819..bf798b3fa 100644
--- a/test/chan/powser2.go
+++ b/test/chan/powser2.go
@@ -167,7 +167,7 @@ func getn(in []*dch) []item {
// Get one item from each of 2 demand channels
func get2(in0 *dch, in1 *dch) []item {
- return getn([]*dch{in0, in1});
+ return getn([]*dch(in0, in1));
}
func copy(in *dch, out *dch){