summaryrefslogtreecommitdiff
path: root/test/ken/cplx1.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/cplx1.go')
-rw-r--r--test/ken/cplx1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ken/cplx1.go b/test/ken/cplx1.go
index 26b113992..8ec7d40f5 100644
--- a/test/ken/cplx1.go
+++ b/test/ken/cplx1.go
@@ -48,7 +48,7 @@ func main() {
booltest(6+9i, false)
}
-func booltest(a complex, r bool) {
+func booltest(a complex64, r bool) {
var b bool
b = a == C1