1
0
mirror of https://github.com/golang/go synced 2024-11-15 08:40:59 -07:00

os: change ioutil-test to os-test in test

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-05-08 10:01:18 +08:00
parent 4ed358b57e
commit 5fd119d4e8

View File

@ -43,7 +43,7 @@ func TestReadFile(t *testing.T) {
func TestWriteFile(t *testing.T) { func TestWriteFile(t *testing.T) {
t.Parallel() t.Parallel()
f, err := CreateTemp("", "ioutil-test") f, err := CreateTemp("", "os-test")
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }