summaryrefslogtreecommitdiff
path: root/test/append.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/append.go')
-rw-r--r--test/append.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/append.go b/test/append.go
index 17c665227..96421c36b 100644
--- a/test/append.go
+++ b/test/append.go
@@ -193,7 +193,7 @@ func verifyInterface() {
case 2:
e[i] = fmt.Sprintf("%d", i)
case 3:
- e[i] = float(i)
+ e[i] = float64(i)
}
}