mirror of https://github.com/golang/go.git
cmd/go: fix TestScript/test_cache_inputs
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>
This commit is contained in:
parent
f121e0eddd
commit
cfb087c683
|
|
@ -137,7 +137,7 @@ exit 0
|
|||
package testcache
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
"io"
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue