Use ignore-freebsd for tests broken on FreeBSD

This commit is contained in:
Brian Anderson 2014-03-13 17:30:33 -07:00 committed by Alex Crichton
parent 1ef8b75187
commit 42847c8b1e
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-test FIXME #12460
// ignore-freebsd FIXME #12460
#[path = "../compile-fail"]
mod foo; //~ ERROR: illegal operation on a directory

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-test FIXME fails on BSD
// ignore-freebsd FIXME fails on BSD
#[feature(managed_boxes)];