Merge pull request #27517 from njuCZ/fix_functions_tc

fix test case on windows
This commit is contained in:
James Bardin 2021-02-17 09:00:07 -05:00 committed by GitHub
commit 2b1dc1ef0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
})()),
},
},