]> Cypherpunks repositories - gostls13.git/commit
exp/types/staging: test drivers
authorRobert Griesemer <gri@golang.org>
Mon, 8 Oct 2012 01:00:56 +0000 (18:00 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 8 Oct 2012 01:00:56 +0000 (18:00 -0700)
commit328f0e7f2efd9ad96b4c09119a18e622e74b3802
treecee9c0c24c70be6b25580cdc0ce2461215e69bc7
parent7f710c2de99b747fe98111c1aa143365c615e4ba
exp/types/staging: test drivers

This code has been reviewed before. The most significant
change is to check_test which now can handle more than
one error at the same error position (due to spurious
errors - should not happen in praxis once error handling
has been fine-tuned). This change makes check_test easier
to use during development.

R=rsc
CC=golang-dev
https://golang.org/cl/6584057
src/pkg/exp/types/staging/check_test.go [new file with mode: 0644]
src/pkg/exp/types/staging/resolver_test.go [new file with mode: 0644]
src/pkg/exp/types/staging/types_test.go [new file with mode: 0644]