From add115ba00cf86aa21be15abc24b9be20b1556ce Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Thu, 6 May 2021 15:53:23 -0700 Subject: [PATCH] fix --- crates/test-programs/tests/wasm_tests/runtime/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)] { &[