]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix TestScript/test_cache_inputs
authorJay Conrod <jayconrod@google.com>
Tue, 20 Oct 2020 22:18:21 +0000 (18:18 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 21 Oct 2020 00:22:37 +0000 (00:22 +0000)
Small fix for a new failure in CL 263142

For #41190

Change-Id: I733bc1998d87b505b52d429916c45afe2968a709
Reviewed-on: https://go-review.googlesource.com/c/go/+/264057
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/testdata/script/test_cache_inputs.txt

index 97ae4af51f0a6a12a3aac7875ca8a262456ea511..50486e19090dd304c0fe22a9241e5c8ca1b8a5ff 100644 (file)
@@ -137,7 +137,7 @@ exit 0
 package testcache
 
 import (
-       "io/ioutil"
+       "io"
        "os"
        "testing"
 )