mirror of https://github.com/golang/go.git
api: add go1.2.txt, use in tests
R=golang-dev, iant CC=golang-dev https://golang.org/cl/14860043
This commit is contained in:
parent
73d7d12ea6
commit
04e95a1a56
File diff suppressed because it is too large
Load Diff
32479
api/next.txt
32479
api/next.txt
File diff suppressed because it is too large
Load Diff
|
|
@ -53,7 +53,7 @@ func main() {
|
|||
}
|
||||
|
||||
out, err = exec.Command("go", "tool", "api",
|
||||
"-c", file("go1", "go1.1"),
|
||||
"-c", file("go1", "go1.1", "go1.2"),
|
||||
"-next", file("next"),
|
||||
"-except", file("except")).CombinedOutput()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue