Skip tests on emscripten

This commit is contained in:
Yuki Okushi 2020-05-08 00:39:02 +09:00
parent 82cb88b777
commit 9a164ff4c5
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1
114 changed files with 118 additions and 0 deletions

View file

@ -1,5 +1,6 @@
// run-fail
// error-pattern:index out of bounds
// ignore-emscripten no processes
use std::usize;
use std::mem::size_of;