testsuite: Add #[allow(structural_records)] to pipes tests

These will require a snapshot.
This commit is contained in:
Tim Chevalier 2013-01-25 23:19:20 -08:00
parent dd38af240b
commit 93043baab4
7 changed files with 11 additions and 0 deletions

View File

@ -14,6 +14,8 @@
// xfail-win32
#[legacy_records];
extern mod std;
use std::timer::sleep;
use std::uv;

View File

@ -10,6 +10,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[legacy_records];
extern mod std;
use std::timer::sleep;

View File

@ -17,6 +17,8 @@
// This was generated initially by the pipe compiler, but it's been
// modified in hopefully straightforward ways.
#[legacy_records];
mod pingpong {
use core::pipes::*;
use core::ptr;

View File

@ -12,6 +12,8 @@
// An example to make sure the protocol parsing syntax extension works.
#[legacy_records];
use core::option;
proto! pingpong (

View File

@ -15,6 +15,7 @@
// Code is easier to write in emacs, and it's good to be sure all the
// code samples compile (or not) as they should.
#[legacy_records];
use double_buffer::client::*;
use double_buffer::give_buffer;

View File

@ -13,6 +13,8 @@
// xfail-pretty
// xfail-win32
#[legacy_records];
extern mod std;
use std::timer::sleep;
use std::uv;

View File

@ -10,6 +10,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[legacy_records];
extern mod std;
use std::timer::sleep;