Fix compiler warning for 'windows' tests (dead_code)

pull/988/head
Roy Ivy III 4 years ago committed by David Peter
parent 698a6b5acf
commit 9cc8e52512

@ -331,6 +331,7 @@ mod tests {
.clone()
}
#[cfg(unix)]
fn syntax_for_file_os(&self, file_name: &OsStr) -> String {
self.syntax_for_file_with_content_os(file_name, "")
}

Loading…
Cancel
Save