diff options
Diffstat (limited to 'test/fixedbugs/bug219.go')
-rw-r--r-- | test/fixedbugs/bug219.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/bug219.go b/test/fixedbugs/bug219.go index 966d3fcf3..290c691ea 100644 --- a/test/fixedbugs/bug219.go +++ b/test/fixedbugs/bug219.go @@ -1,10 +1,10 @@ -// $G $D/$F.go || echo BUG: bug219 +// compile // 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. -package main +package bug219 func f(func()) int { return 0 } |