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