fix slash issue on windows

This commit is contained in:
njucz 2021-01-15 15:53:06 +08:00
parent 1c7c53adbb
commit e62979acfe
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func TestFunctions(t *testing.T) {
if err != nil {
panic(err)
}
return cwd
return filepath.ToSlash(cwd)
})()),
},
},