testsuite: Allow structural records in two tests that use pipes

This commit is contained in:
Tim Chevalier 2013-01-28 18:36:15 -08:00
parent 93043baab4
commit 9f11485357
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,10 @@
// Compare bounded and unbounded protocol performance.
#[allow(structural_records)]; // Pipes
// Until a snapshot
// xfail-pretty
extern mod std;
use pipes::{spawn_service, recv};

View File

@ -20,6 +20,8 @@
// xfail-pretty
#[allow(structural_records)]; // Pipes
extern mod std;
use core::option;