Skip to content

Commit

Permalink
Fix issue_15149 test for the SGX target
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Jul 28, 2023
1 parent aafd75a commit 8548689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/std/tests/process_spawning.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(not(target_env="sgx"))]

use std::env;
use std::fs;
use std::process;
Expand Down

0 comments on commit 8548689

Please sign in to comment.