Skip to content

Commit 42847c8

Browse files
brsonalexcrichton
authored andcommitted
Use ignore-freebsd for tests broken on FreeBSD
1 parent 1ef8b75 commit 42847c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/compile-fail/issue-5806.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// option. This file may not be copied, modified, or distributed
1919
// except according to those terms.
2020

21-
// ignore-test FIXME #12460
21+
// ignore-freebsd FIXME #12460
2222

2323
#[path = "../compile-fail"]
2424
mod foo; //~ ERROR: illegal operation on a directory

src/test/run-pass/class-cast-to-trait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-test FIXME fails on BSD
11+
// ignore-freebsd FIXME fails on BSD
1212

1313
#[feature(managed_boxes)];
1414

0 commit comments

Comments
 (0)