Fix std tests for wasm32-wasip2 target
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
#[cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx", target_os = "xous"))))]
|
||||
#[cfg(all(
|
||||
test,
|
||||
not(any(
|
||||
target_os = "emscripten",
|
||||
all(target_os = "wasi", target_env = "p1"),
|
||||
target_env = "sgx",
|
||||
target_os = "xous"
|
||||
))
|
||||
))]
|
||||
mod tests;
|
||||
|
||||
use crate::fmt;
|
||||
|
||||
Reference in New Issue
Block a user