mirror of
https://github.com/golang/go
synced 2024-11-15 03:40:29 -07:00
os: change ioutil-test to os-test in test
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
4ed358b57e
commit
5fd119d4e8
@ -43,7 +43,7 @@ func TestReadFile(t *testing.T) {
|
||||
func TestWriteFile(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
f, err := CreateTemp("", "ioutil-test")
|
||||
f, err := CreateTemp("", "os-test")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user