Commit 04e95a1a authored by Andrew Gerrand's avatar Andrew Gerrand

api: add go1.2.txt, use in tests

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/14860043
parent 73d7d12e
This diff is collapsed.
This diff is collapsed.
...@@ -53,7 +53,7 @@ func main() { ...@@ -53,7 +53,7 @@ func main() {
} }
out, err = exec.Command("go", "tool", "api", out, err = exec.Command("go", "tool", "api",
"-c", file("go1", "go1.1"), "-c", file("go1", "go1.1", "go1.2"),
"-next", file("next"), "-next", file("next"),
"-except", file("except")).CombinedOutput() "-except", file("except")).CombinedOutput()
if err != nil { if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment