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:
Andrew Gerrand 2013-10-18 13:36:59 +09:00
parent 73d7d12ea6
commit 04e95a1a56
3 changed files with 32485 additions and 32480 deletions

32484
api/go1.2.txt Normal file

File diff suppressed because it is too large Load Diff

32479
api/next.txt

File diff suppressed because it is too large Load Diff

View File

@ -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 {