convert *[] to [].

R=r
OCL=21563
CL=21571
This commit is contained in:
Russ Cox 2008-12-18 22:37:22 -08:00
parent 9786f69f74
commit d47d888ba6
74 changed files with 532 additions and 543 deletions

View file

@ -82,7 +82,7 @@ func TRunner(t *T, test *Test) {
t.ch <- t;
}
export func Main(tests *[]Test) {
export func Main(tests []Test) {
flag.Parse();
ok := true;
if len(tests) == 0 {