summaryrefslogtreecommitdiff
path: root/test/recover2.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/recover2.go')
-rw-r--r--test/recover2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recover2.go b/test/recover2.go
index f33af4457..9affe25d4 100644
--- a/test/recover2.go
+++ b/test/recover2.go
@@ -58,7 +58,7 @@ func test3() {
func test4() {
defer mustRecover("interface")
var x interface{} = 1
- println(x.(float))
+ println(x.(float32))
}
type T struct {