Fix issue_15149 test for the SGX target

This commit is contained in:
Raoul Strackx 2023-07-28 14:17:35 +02:00
parent aafd75a9c5
commit 8548689af2

View File

@ -1,3 +1,5 @@
#![cfg(not(target_env="sgx"))]
use std::env;
use std::fs;
use std::process;