tests: use needs-subprocess
instead of ignore-{wasm32,emscripten,sgx}
This commit is contained in:
parent
a11227b916
commit
8a0310a0b1
156 changed files with 170 additions and 200 deletions
|
@ -1,6 +1,6 @@
|
|||
//@ run-fail
|
||||
//@ error-pattern:index out of bounds: the len is 1 but the index is 2
|
||||
//@ ignore-emscripten no processes
|
||||
//@ needs-subprocess
|
||||
|
||||
fn main() {
|
||||
let v: Vec<isize> = vec![10];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue