Skip to content

Commit cfb087c

Browse files
Jay ConrodBryan C. Mills
Jay Conrod
authored and
Bryan C. Mills
committed
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 <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Jay Conrod <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
1 parent f121e0e commit cfb087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/testdata/script/test_cache_inputs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ exit 0
137137
package testcache
138138

139139
import (
140-
"io/ioutil"
140+
"io"
141141
"os"
142142
"testing"
143143
)

0 commit comments

Comments
 (0)