diff options
Diffstat (limited to 'test/fixedbugs/bug250.go')
-rw-r--r-- | test/fixedbugs/bug250.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/bug250.go b/test/fixedbugs/bug250.go index cd28642bf..5140f3e29 100644 --- a/test/fixedbugs/bug250.go +++ b/test/fixedbugs/bug250.go @@ -1,10 +1,10 @@ -// $G $D/$F.go || echo BUG: bug250 +// compile // Copyright 2010 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 bug250 type I1 interface { m() I2 |