test: Ignore a pretty expanded failing test

When expanding, an extra unsafe block is generated which is currently not
handled well.
This commit is contained in:
Alex Crichton 2014-05-10 21:57:11 -07:00
parent 560def1511
commit 1581fb8d6f
1 changed files with 2 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.
// no-pretty-expanded unnecessary unsafe block generated
#![feature(macro_rules, managed_boxes)]
#![deny(warnings)]
#![allow(unused_must_use)]