new new & make

R=r
OCL=22166
CL=22166
diff --git a/test/mallocrep1.go b/test/mallocrep1.go
index ae54ab8..f048647 100644
--- a/test/mallocrep1.go
+++ b/test/mallocrep1.go
@@ -96,7 +96,7 @@
 
 func main() {
 	flag.Parse();
-	b = new([]*byte, 10000);
+	b = make([]*byte, 10000);
 	if flag.NArg() > 0 {
 		AllocAndFree(atoi(flag.Arg(0)), atoi(flag.Arg(1)));
 		return;