mirror of
https://github.com/golang/go
synced 2024-11-20 10:14:43 -07:00
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:
parent
a67c69cbae
commit
88010973aa
2
src/pkg/go/doc/testdata/a0.go
vendored
2
src/pkg/go/doc/testdata/a0.go
vendored
@ -3,6 +3,6 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// comment 0
|
||||
package a
|
||||
package alpha
|
||||
|
||||
//BUG(uid): bug0
|
||||
|
2
src/pkg/go/doc/testdata/a1.go
vendored
2
src/pkg/go/doc/testdata/a1.go
vendored
@ -3,6 +3,6 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// comment 1
|
||||
package a
|
||||
package alpha
|
||||
|
||||
//BUG(uid): bug1
|
||||
|
@ -1,8 +1,8 @@
|
||||
// comment 0 comment 1
|
||||
PACKAGE a
|
||||
PACKAGE alpha
|
||||
|
||||
IMPORTPATH
|
||||
testdata/a
|
||||
testdata/alpha
|
||||
|
||||
FILENAMES
|
||||
testdata/a0.go
|
Loading…
Reference in New Issue
Block a user