summaryrefslogtreecommitdiff
path: root/libgo/go/strings/reader_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/strings/reader_test.go')
-rw-r--r--libgo/go/strings/reader_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/strings/reader_test.go b/libgo/go/strings/reader_test.go
index 5adea6f7ab2..dc99f9c2485 100644
--- a/libgo/go/strings/reader_test.go
+++ b/libgo/go/strings/reader_test.go
@@ -77,7 +77,7 @@ func TestReaderAt(t *testing.T) {
off int64
n int
want string
- wanterr interface{}
+ wanterr any
}{
{0, 10, "0123456789", nil},
{1, 10, "123456789", io.EOF},