fix windows test
This commit is contained in:
parent
9482c0a6b9
commit
bdec0af791
@ -998,7 +998,7 @@ Vulkan1: AMD Radeon Graphics (RADV GFX1151) (87722 MiB, 87722 MiB free)"#;
|
|||||||
const UNCOMMON_DIR_NAME: &str = "тест-你好-éàç-🚀";
|
const UNCOMMON_DIR_NAME: &str = "тест-你好-éàç-🚀";
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
{
|
{
|
||||||
let dir = tempdir().expect("Failed to create temp dir");
|
let dir = tempfile::tempdir().expect("Failed to create temp dir");
|
||||||
let long_path = dir.path().join(UNCOMMON_DIR_NAME);
|
let long_path = dir.path().join(UNCOMMON_DIR_NAME);
|
||||||
|
|
||||||
std::fs::create_dir(&long_path)
|
std::fs::create_dir(&long_path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user