diff --git a/src/test/run-pass/pipe-detect-term.rs b/src/test/run-pass/pipe-detect-term.rs index 10b13d8757fa..99e4acde1479 100644 --- a/src/test/run-pass/pipe-detect-term.rs +++ b/src/test/run-pass/pipe-detect-term.rs @@ -14,6 +14,8 @@ // xfail-win32 +#[legacy_records]; + extern mod std; use std::timer::sleep; use std::uv; diff --git a/src/test/run-pass/pipe-peek.rs b/src/test/run-pass/pipe-peek.rs index d7d0ccfc4044..5bf85a80f7c4 100644 --- a/src/test/run-pass/pipe-peek.rs +++ b/src/test/run-pass/pipe-peek.rs @@ -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; diff --git a/src/test/run-pass/pipe-pingpong-bounded.rs b/src/test/run-pass/pipe-pingpong-bounded.rs index f44c54d38e4d..d251fbf8f76f 100644 --- a/src/test/run-pass/pipe-pingpong-bounded.rs +++ b/src/test/run-pass/pipe-pingpong-bounded.rs @@ -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; diff --git a/src/test/run-pass/pipe-pingpong-proto.rs b/src/test/run-pass/pipe-pingpong-proto.rs index 7fb77cba3bde..840acd5b287d 100644 --- a/src/test/run-pass/pipe-pingpong-proto.rs +++ b/src/test/run-pass/pipe-pingpong-proto.rs @@ -12,6 +12,8 @@ // An example to make sure the protocol parsing syntax extension works. +#[legacy_records]; + use core::option; proto! pingpong ( diff --git a/src/test/run-pass/pipe-presentation-examples.rs b/src/test/run-pass/pipe-presentation-examples.rs index 0fe845dd1f93..8bfac5d0545f 100644 --- a/src/test/run-pass/pipe-presentation-examples.rs +++ b/src/test/run-pass/pipe-presentation-examples.rs @@ -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; diff --git a/src/test/run-pass/pipe-select.rs b/src/test/run-pass/pipe-select.rs index e138f2562aae..97480fbbb05b 100644 --- a/src/test/run-pass/pipe-select.rs +++ b/src/test/run-pass/pipe-select.rs @@ -13,6 +13,8 @@ // xfail-pretty // xfail-win32 +#[legacy_records]; + extern mod std; use std::timer::sleep; use std::uv; diff --git a/src/test/run-pass/pipe-sleep.rs b/src/test/run-pass/pipe-sleep.rs index ae7e4e7fb0ca..6d6c6cf4a080 100644 --- a/src/test/run-pass/pipe-sleep.rs +++ b/src/test/run-pass/pipe-sleep.rs @@ -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;