diff --git a/library/std/src/process.rs b/library/std/src/process.rs index 1199403b1d5ab..a682873f969c8 100644 --- a/library/std/src/process.rs +++ b/library/std/src/process.rs @@ -156,6 +156,7 @@ target_env = "sgx", target_os = "xous", target_os = "trusty", + target_os = "hermit", )) ))] mod tests;