Added missing xfail-fast.

This commit is contained in:
Richard Diamond 2014-02-04 02:26:02 -06:00
parent 63ba2e1219
commit 7becc0f34c
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-fast
#[feature(simd)];
use std::ops;

View file

@ -7,6 +7,9 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-fast
#[allow(experimental)];
#[feature(simd)];