Correction: ignore emscripten in process termination tests
This commit is contained in:
parent
9d8f1170b1
commit
2e749a5ecd
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
// https://github.com/fortanix/rust-sgx/issues/109
|
||||
|
||||
// run-pass
|
||||
// ignore-wasm no threads support
|
||||
// ignore-emscripten no threads support
|
||||
|
||||
use std::{net::TcpListener, sync::mpsc, thread};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// program should terminate when std::process::exit is called from any thread
|
||||
|
||||
// run-pass
|
||||
// ignore-wasm no threads support
|
||||
// ignore-emscripten no threads support
|
||||
|
||||
use std::{process, thread};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue