This commit is contained in:
Pat Hickey
2021-05-06 15:53:23 -07:00
parent ff8bdc390b
commit add115ba00

View File

@@ -5,7 +5,7 @@ pub mod tokio;
// Test programs use these environment variables to determine what behavior
// is expected: different errnos are expected on windows, mac, and other unixes,
// and other filesystem operations are supported or not.
pub fn test_suite_environment() -> &'static [(&str, &str)] {
pub fn test_suite_environment() -> &'static [(&'static str, &'static str)] {
#[cfg(windows)]
{
&[