diff options
Diffstat (limited to 'test/decl.go')
-rw-r--r-- | test/decl.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/decl.go b/test/decl.go index 95b6346c3..6f84245f1 100644 --- a/test/decl.go +++ b/test/decl.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. -// Correct short declarations and redeclarations. +// Test correct short declarations and redeclarations. package main |