Skip to content

Commit d8bfda6

Browse files
committed
Fix issue_15149 test for the SGX target
1 parent 6a9f97a commit d8bfda6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

std/tests/process_spawning.rs

Lines changed: 2 additions & 0 deletions
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)