From cfb087c68324e0af4217ffe75a962ca8383d12c5 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Tue, 20 Oct 2020 18:18:21 -0400 Subject: [PATCH] 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 --- src/cmd/go/testdata/script/test_cache_inputs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- 2.50.0