Skip to content

Commit 1259a30

Browse files
testwillgopherbot
authored andcommitted
os: change ioutil-test to os-test in test
Change-Id: I8c5c0831b94261c5880ca22b7ea52cce034d88f1 GitHub-Last-Rev: 5fd119d GitHub-Pull-Request: #67248 Reviewed-on: https://go-review.googlesource.com/c/go/+/583876 Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 6584fe8 commit 1259a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/read_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestReadFile(t *testing.T) {
4343
func TestWriteFile(t *testing.T) {
4444
t.Parallel()
4545

46-
f, err := CreateTemp("", "ioutil-test")
46+
f, err := CreateTemp("", "os-test")
4747
if err != nil {
4848
t.Fatal(err)
4949
}

0 commit comments

Comments
 (0)