Fix std tests for wasm32-wasip2 target
This commit is contained in:
parent
3b11c82a3d
commit
87f17f3ccb
29 changed files with 125 additions and 45 deletions
|
@ -1,4 +1,4 @@
|
|||
#![cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
|
||||
#![cfg(all(test, not(any(target_os = "emscripten", target_os = "wasi", target_env = "sgx"))))]
|
||||
|
||||
//! Note that this test changes the current directory so
|
||||
//! should not be in the same process as other tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue