Skip to content

Commit 5859a1e

Browse files
committed
Fix issue_15149 test for the SGX target
1 parent 9378504 commit 5859a1e

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)