mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08:40 +00:00
Fix issue_15149 test for the SGX target
This commit is contained in:
parent
aafd75a9c5
commit
8548689af2
@ -1,3 +1,5 @@
|
||||
#![cfg(not(target_env="sgx"))]
|
||||
|
||||
use std::env;
|
||||
use std::fs;
|
||||
use std::process;
|
||||
|
Loading…
Reference in New Issue
Block a user