Ignore a test on emscripten

This commit is contained in:
Alex Crichton 2018-01-26 09:41:00 -08:00
parent 9bb18239de
commit a06d333a14

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-emscripten
#![feature(repr_simd, target_feature, cfg_target_feature)]
use std::process::{Command, ExitStatus};