chore: Fix build errors in test write_non_utf8()
This commit is contained in:
parent
e334f15f12
commit
0b896a9071
1 changed files with 3 additions and 1 deletions
|
@ -2145,6 +2145,8 @@ mod test {
|
||||||
permissions: Some(33188),
|
permissions: Some(33188),
|
||||||
large_file: false,
|
large_file: false,
|
||||||
encrypt_with: None,
|
encrypt_with: None,
|
||||||
|
extended_options: (),
|
||||||
|
alignment: 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
// GB18030
|
// GB18030
|
||||||
|
@ -2179,7 +2181,7 @@ mod test {
|
||||||
path.push(".");
|
path.push(".");
|
||||||
path.push("system32");
|
path.push("system32");
|
||||||
let path_str = super::path_to_string(&path);
|
let path_str = super::path_to_string(&path);
|
||||||
assert_eq!(path_str, "windows/system32");
|
assert_eq!(&path_str, "windows/system32");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Reference in a new issue