update go code tree to new func rules.

R=r
DELTA=367  (111 added, 59 deleted, 197 changed)
OCL=23957
CL=23960
This commit is contained in:
Russ Cox 2009-01-30 14:39:31 -08:00
parent b59dbd7fe0
commit 4cf7711568
24 changed files with 169 additions and 121 deletions

View file

@ -71,7 +71,7 @@ func (t *T) Fatalf(format string, args ...) {
type Test struct {
Name string;
F *(*T);
F func(*T);
}
func tRunner(t *T, test *Test) {