diff options
Diffstat (limited to 'test/fixedbugs/bug335.go')
-rw-r--r-- | test/fixedbugs/bug335.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/fixedbugs/bug335.go b/test/fixedbugs/bug335.go index 915b74657..37c97d7b5 100644 --- a/test/fixedbugs/bug335.go +++ b/test/fixedbugs/bug335.go @@ -1,5 +1,4 @@ -// $G $D/$F.dir/b.go && $G $D/$F.dir/a.go -// rm -f a.$A b.$A +// compiledir // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style @@ -7,4 +6,4 @@ // Issue 1705. -unused (see script at top of file) +package ignored |