diff options
Diffstat (limited to 'test/chan/zerosize.go')
-rw-r--r-- | test/chan/zerosize.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/chan/zerosize.go b/test/chan/zerosize.go index 617c9dab3..50aca857c 100644 --- a/test/chan/zerosize.go +++ b/test/chan/zerosize.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. -// Making channels of a zero-sized type should not panic. +// Test making channels of a zero-sized type. package main |