diff options
Diffstat (limited to 'test/fixedbugs/bug414.go')
-rw-r--r-- | test/fixedbugs/bug414.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/fixedbugs/bug414.go b/test/fixedbugs/bug414.go index 8824b1a1e..35e19be38 100644 --- a/test/fixedbugs/bug414.go +++ b/test/fixedbugs/bug414.go @@ -1,7 +1,9 @@ -// $G $D/$F.dir/p1.go && $G $D/$F.dir/main.go && $L main.$A && ./$A.out +// rundir // Copyright 2012 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 1743: test embedding of imported types with private methods. + package ignored |