From 1581fb8d6f17d8e58589ee880d4c946e60c95b20 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 10 May 2014 21:57:11 -0700 Subject: [PATCH] test: Ignore a pretty expanded failing test When expanding, an extra unsafe block is generated which is currently not handled well. --- src/test/run-pass/ifmt.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/ifmt.rs b/src/test/run-pass/ifmt.rs index b5245275617..56d265233ba 100644 --- a/src/test/run-pass/ifmt.rs +++ b/src/test/run-pass/ifmt.rs @@ -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)]