]> Cypherpunks repositories - gostls13.git/commitdiff
go/doc: avoid the name 'a.out' in the testdata
authorRuss Cox <rsc@golang.org>
Fri, 20 Jan 2012 18:34:11 +0000 (13:34 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 20 Jan 2012 18:34:11 +0000 (13:34 -0500)
R=golang-dev, gri, r
CC=golang-dev
https://golang.org/cl/5561047

src/pkg/go/doc/testdata/a0.go
src/pkg/go/doc/testdata/a1.go
src/pkg/go/doc/testdata/alpha.out [moved from src/pkg/go/doc/testdata/a.out with 77% similarity]

index dc552989ec26ce6d11f76d1cd47ce7e542bed1c0..1c208c0faa5f6ef37c7d5b2360fcad9cba1edc5a 100644 (file)
@@ -3,6 +3,6 @@
 // license that can be found in the LICENSE file.
 
 // comment 0
-package a
+package alpha
 
 //BUG(uid): bug0
index 098776c1b0e43a590614ef2624314227aa841ec4..8db9c8041d785f5aa156831376d1c7385ab7fff2 100644 (file)
@@ -3,6 +3,6 @@
 // license that can be found in the LICENSE file.
 
 // comment 1
-package a
+package alpha
 
 //BUG(uid): bug1
similarity index 77%
rename from src/pkg/go/doc/testdata/a.out
rename to src/pkg/go/doc/testdata/alpha.out
index 24db02d348f5cc81cdabfb978d126d185d74a710..8f02f9d914eb07c42614adedc7a0c35e0d8c2fe9 100644 (file)
@@ -1,8 +1,8 @@
 // comment 0  comment 1 
-PACKAGE a
+PACKAGE alpha
 
 IMPORTPATH
-       testdata/a
+       testdata/alpha
 
 FILENAMES
        testdata/a0.go