commit | 6198336bb51c5a176adce5777159509954b211ac | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Oct 13 18:45:38 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Oct 13 18:45:38 2011 -0400 |
tree | 20a41dabbec102513197af3ea01b9396aff97444 | |
parent | 29c2838cb476b57246137cf20153da7bda59547d [diff] |
gofix: make fix order explicit Also test only specific fixes, not all fixes. This means we don't have to keep updating old test cases to match later changes to the library. I had to adjust some of the reflect test cases, because they were implicitly testing reflect+oserrorstring, not just reflect. R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5283042