diff options
Diffstat (limited to 'test/copy.go')
-rw-r--r-- | test/copy.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/copy.go b/test/copy.go index 0b5bddbed..65ffb6ff8 100644 --- a/test/copy.go +++ b/test/copy.go @@ -1,10 +1,10 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 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. -// Semi-exhaustive test for copy() +// Semi-exhaustive test for the copy predeclared function. package main |