diff options
Diffstat (limited to 'test/fixedbugs/bug150.go')
-rw-r--r-- | test/fixedbugs/bug150.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/bug150.go b/test/fixedbugs/bug150.go index fc25444b6..b565ef73d 100644 --- a/test/fixedbugs/bug150.go +++ b/test/fixedbugs/bug150.go @@ -1,10 +1,10 @@ -// $G $D/$F.go || echo BUG: bug150 +// 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 bug150 type T int func (t T) M() |