diff options
Diffstat (limited to 'test/fixedbugs/bug382.go')
-rw-r--r-- | test/fixedbugs/bug382.go | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/test/fixedbugs/bug382.go b/test/fixedbugs/bug382.go index 3f5d05cd5..6039939ee 100644 --- a/test/fixedbugs/bug382.go +++ b/test/fixedbugs/bug382.go @@ -1,14 +1,9 @@ -// $G $D/$F.dir/pkg.go && $G $D/$F.go || echo "Bug 382" +// compiledir // 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 2529 +// Issue 2529. -package main -import "./pkg" - -var x = pkg.E - -var fo = struct {F pkg.T}{F: x} +package ignored |