1
0
mirror of https://github.com/golang/go synced 2024-11-26 17:46:57 -07:00

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:
Jay Conrod 2020-10-20 18:18:21 -04:00 committed by Bryan C. Mills
parent f121e0eddd
commit cfb087c683

View File

@ -137,7 +137,7 @@ exit 0
package testcache
import (
"io/ioutil"
"io"
"os"
"testing"
)