]> Cypherpunks repositories - gostls13.git/commit
test: [a-c]: add introductory comments to tests
authorRob Pike <r@golang.org>
Sun, 19 Feb 2012 02:19:43 +0000 (13:19 +1100)
committerRob Pike <r@golang.org>
Sun, 19 Feb 2012 02:19:43 +0000 (13:19 +1100)
commitfc0dc040954b7a8479c978ff06fe6ea4219d1542
treeb6c98a103624f19cba900d13abe81f14d4f5f17c
parent126d475a4311c5c34f380a11941dbeeac39145fd
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
32 files changed:
test/235.go
test/alias.go
test/alias1.go
test/append.go
test/args.go
test/assign.go
test/assign1.go
test/bigalg.go
test/bigmap.go
test/blank.go
test/blank1.go
test/chancap.go
test/char_lit.go
test/char_lit1.go
test/closure.go
test/cmp.go
test/cmp6.go
test/cmplx.go
test/complit.go
test/complit1.go
test/compos.go
test/const.go
test/const1.go
test/const2.go
test/const3.go
test/convert.go
test/convert1.go
test/convert3.go
test/convlit.go
test/convlit1.go
test/copy.go
test/zerodivide.go