Skip to content

Commit 5fd119d

Browse files
committed
os: change ioutil-test to os-test in test
Signed-off-by: guoguangwu <[email protected]>
1 parent 4ed358b commit 5fd119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/read_test.go

Lines changed: 1 addition & 1 deletion
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)