Skip to content

Commit 8548689

Browse files
committed
Fix issue_15149 test for the SGX target
1 parent aafd75a commit 8548689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/std/tests/process_spawning.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(not(target_env="sgx"))]
2+
13
use std::env;
24
use std::fs;
35
use std::process;

0 commit comments

Comments
 (0)