aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/all_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/all_test.go')
-rw-r--r--libgo/go/math/all_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/all_test.go b/libgo/go/math/all_test.go
index 55c805e..c11d823 100644
--- a/libgo/go/math/all_test.go
+++ b/libgo/go/math/all_test.go
@@ -3175,7 +3175,7 @@ func TestTrigReduce(t *testing.T) {
// https://golang.org/issue/201
type floatTest struct {
- val interface{}
+ val any
name string
str string
}