diff options
Diffstat (limited to 'test/fixedbugs/bug367.go')
-rw-r--r-- | test/fixedbugs/bug367.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/fixedbugs/bug367.go b/test/fixedbugs/bug367.go index 25d11a153..05252cd9a 100644 --- a/test/fixedbugs/bug367.go +++ b/test/fixedbugs/bug367.go @@ -1,7 +1,10 @@ -// $G $D/$F.dir/p.go && $G $D/$F.dir/main.go && $L main.$A && ./$A.out || echo BUG: should not fail +// rundir // Copyright 2011 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. +// Issue 1536: bug when handling imported interfaces with +// private methods. + package ignored |