From: Jay Conrod Date: Tue, 20 Oct 2020 22:18:21 +0000 (-0400) Subject: cmd/go: fix TestScript/test_cache_inputs X-Git-Tag: go1.16beta1~626 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cfb087c68324e0af4217ffe75a962ca8383d12c5;p=gostls13.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 TryBot-Result: Go Bot Trust: Jay Conrod Reviewed-by: Bryan C. Mills --- diff --git a/src/cmd/go/testdata/script/test_cache_inputs.txt b/src/cmd/go/testdata/script/test_cache_inputs.txt index 97ae4af51f..50486e1909 100644 --- a/src/cmd/go/testdata/script/test_cache_inputs.txt +++ b/src/cmd/go/testdata/script/test_cache_inputs.txt @@ -137,7 +137,7 @@ exit 0 package testcache import ( - "io/ioutil" + "io" "os" "testing" )