diff options
Diffstat (limited to 'test/chan/select6.go')
-rw-r--r-- | test/chan/select6.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/chan/select6.go b/test/chan/select6.go index 2ba6810ac..af470a0d0 100644 --- a/test/chan/select6.go +++ b/test/chan/select6.go @@ -1,10 +1,10 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Issue 2075 +// Test for select: Issue 2075 // A bug in select corrupts channel queues of failed cases // if there are multiple waiters on those channels and the // select is the last in the queue. If further waits are made |