diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-03-09 20:57:29 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-04-06 15:55:43 -0700 |
| commit | 1ef8b751870a26f2e4351eebb7a2af455877d9b4 (patch) | |
| tree | 75ed6d7c25471018cdd5fddda71269292995fd7d | |
| parent | e9108cd7b80ad3ff3f2c1f93ad2807876596d758 (diff) | |
| download | rust-1ef8b751870a26f2e4351eebb7a2af455877d9b4.tar.gz rust-1ef8b751870a26f2e4351eebb7a2af455877d9b4.zip | |
Ignore another test that fails mysteriously on BSD
| -rw-r--r-- | src/test/run-pass/class-cast-to-trait.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/class-cast-to-trait.rs b/src/test/run-pass/class-cast-to-trait.rs index b57851ea3cf..0cc1dd78f58 100644 --- a/src/test/run-pass/class-cast-to-trait.rs +++ b/src/test/run-pass/class-cast-to-trait.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-test FIXME fails on BSD + #[feature(managed_boxes)]; trait noisy { |
