[tests] Change the path type to OsString for compatibility
This commit is contained in:
@@ -26,8 +26,8 @@ impl<'a> Program<'a> for ThinDelta {
|
||||
"thin_delta"
|
||||
}
|
||||
|
||||
fn path() -> &'a str {
|
||||
THIN_DELTA
|
||||
fn path() -> &'a std::ffi::OsStr {
|
||||
THIN_DELTA.as_ref()
|
||||
}
|
||||
|
||||
fn usage() -> &'a str {
|
||||
|
||||
Reference in New Issue
Block a user