commit | c3077f7606b8f45d010d5d87c7fa748ef5b88368 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Dec 19 17:11:54 2008 -0800 |
committer | Russ Cox <rsc@golang.org> | Fri Dec 19 17:11:54 2008 -0800 |
tree | cb81af416ec881adddae83a041978d025019be1f | |
parent | 33907d1346f13f0ce30a3b3fce73965df8248b74 [diff] [blame] |
[] and struct in interfaces. other [] cleanup. convert() is gone. R=r DELTA=352 (144 added, 68 deleted, 140 changed) OCL=21660 CL=21662
diff --git a/test/mallocrep1.go b/test/mallocrep1.go index 50f557b..ae54ab8 100644 --- a/test/mallocrep1.go +++ b/test/mallocrep1.go
@@ -22,7 +22,7 @@ var longtest bool; var longtest_flag = flag.Bool("l", false, &longtest, "long test"); -var b *[]*byte; +var b []*byte; var stats = malloc.GetStats(); func OkAmount(size, n uint64) bool {