]> Cypherpunks repositories - gostls13.git/commit
go/types: add test typechecking std lib
authorRobert Griesemer <gri@golang.org>
Tue, 5 Mar 2013 19:42:43 +0000 (11:42 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 5 Mar 2013 19:42:43 +0000 (11:42 -0800)
commitd01516796c94f6c4da58bbc2f8c010e3f48ef220
treed92759e1b184f3604fafa536cd7fb17ce2aef78b
parent1b36bcc3b59a3e123c5b1ac2617cadcb69d0e94a
go/types: add test typechecking std lib

- run time is limited if -short is set
- also added missing TODO to unrelated file return.go

R=r
CC=golang-dev
https://golang.org/cl/7448052
src/pkg/go/types/return.go
src/pkg/go/types/stdlib_test.go [new file with mode: 0644]