]> Cypherpunks.ru repositories - gostls13.git/commit
test: a number of fixes.
authorAlan Donovan <adonovan@google.com>
Mon, 11 Feb 2013 23:20:52 +0000 (18:20 -0500)
committerAlan Donovan <adonovan@google.com>
Mon, 11 Feb 2013 23:20:52 +0000 (18:20 -0500)
commit1c1096ea31ed50f3553382ebb81a6a16396e56ec
treee5694fb132d8aae3f55a8d340d14b173467a2193
parentd282532901c02e3f2dde4ed3f2258bcb7a61d510
test: a number of fixes.

Details:
- reorder.go: delete p8.
  (Once expectation is changed per b/4627 it is identical to p1.)
- switch.go: added some more (degenerate) switches.
- range.go: improved error messages in a few cases.
- method.go: added tests of calls to promoted methods.

R=iant
CC=golang-dev
https://golang.org/cl/7306087
test/method.go
test/range.go
test/reorder.go
test/switch.go