commit | fc0dc040954b7a8479c978ff06fe6ea4219d1542 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Sun Feb 19 13:19:43 2012 +1100 |
committer | Rob Pike <r@golang.org> | Sun Feb 19 13:19:43 2012 +1100 |
tree | b6c98a103624f19cba900d13abe81f14d4f5f17c | |
parent | 126d475a4311c5c34f380a11941dbeeac39145fd [diff] |
test: [a-c]: add introductory comments to tests Very few of the compiler regression tests include a comment saying waht they do. Many are obvious, some are anything but. I've started with a-c in the top directory. More will follow once we agree on the approach, correctness, and thoroughness here. zerodivide.go sneaked in too. R=rsc, r CC=golang-dev https://golang.org/cl/5656100