summaryrefslogtreecommitdiff
path: root/test/ken/cplx0.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/cplx0.go')
-rw-r--r--test/ken/cplx0.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ken/cplx0.go b/test/ken/cplx0.go
index 6e9bfd023..ba1fa196f 100644
--- a/test/ken/cplx0.go
+++ b/test/ken/cplx0.go
@@ -13,7 +13,7 @@ const (
C1 = R + I // ADD(5,6)
)
-func doprint(c complex) { println(c) }
+func doprint(c complex128) { println(c) }
func main() {