go/doc: avoid the name 'a.out' in the testdata

R=golang-dev, gri, r
CC=golang-dev
https://golang.org/cl/5561047
This commit is contained in:
Russ Cox 2012-01-20 13:34:11 -05:00
parent a67c69cbae
commit 88010973aa
3 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@
// license that can be found in the LICENSE file.
// comment 0
package a
package alpha
//BUG(uid): bug0

View File

@ -3,6 +3,6 @@
// license that can be found in the LICENSE file.
// comment 1
package a
package alpha
//BUG(uid): bug1

View File

@ -1,8 +1,8 @@
// comment 0 comment 1
PACKAGE a
PACKAGE alpha
IMPORTPATH
testdata/a
testdata/alpha
FILENAMES
testdata/a0.go