Skip to content

Commit 7becc0f

Browse files
Added missing xfail-fast.
1 parent 63ba2e1 commit 7becc0f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/test/run-pass/simd-generics.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-fast
12+
1113
#[feature(simd)];
1214

1315
use std::ops;

src/test/run-pass/simd-issue-10604.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
11+
// xfail-fast
12+
1013
#[allow(experimental)];
1114
#[feature(simd)];
1215

0 commit comments

Comments
 (0)