diff --git a/crates/test-programs/tests/wasm_tests/runtime/mod.rs b/crates/test-programs/tests/wasm_tests/runtime/mod.rs index 0ef4f5d725..9a4fe8202a 100644 --- a/crates/test-programs/tests/wasm_tests/runtime/mod.rs +++ b/crates/test-programs/tests/wasm_tests/runtime/mod.rs @@ -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)] { &[