aboutsummaryrefslogtreecommitdiff
path: root/test/ken/array.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/array.go')
-rw-r--r--test/ken/array.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ken/array.go b/test/ken/array.go
index 167830e575..2027a31fff 100644
--- a/test/ken/array.go
+++ b/test/ken/array.go
@@ -95,7 +95,7 @@ testpfpf()
func
testpdpf1()
{
- a := new([40]int);
+ a := new(*[40]int);
setpd(a);
res(sumpd(a), 0, 40);