more loops to be ignored by pretty-rpass

This commit is contained in:
John Clements 2014-06-25 19:15:06 -07:00
parent d8d48e4aae
commit e880c42920
4 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,8 @@
// This also serves as a pipes test, because Arcs are implemented with pipes.
// ignore-pretty FIXME #15189
extern crate time;
use std::sync::{Arc, Future, Mutex};

View File

@ -15,6 +15,8 @@
// This also serves as a pipes test, because Arcs are implemented with pipes.
// ignore-pretty FIXME #15189
extern crate time;
use std::sync::{RWLock, Arc, Future};

View File

@ -38,6 +38,8 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
// OF THE POSSIBILITY OF SUCH DAMAGE.
// ignore-pretty FIXME #15189
#![feature(phase)]
#[phase(plugin)] extern crate green;

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-pretty FIXME #15189
#![feature(phase)]
#![allow(non_snake_case_functions)]
#[phase(plugin)] extern crate green;