about summary refs log tree commit diff
path: root/src/libnative/io/file_unix.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-09-27 01:37:53 +0000
committerbors <bors@rust-lang.org>2014-09-27 01:37:53 +0000
commit43d7d7c15e964c1cb506cbce90bb4b32b57281b8 (patch)
treece3d1c405d06461fb8de8ba58b7f62440be5d199 /src/libnative/io/file_unix.rs
parentd64b4103d688f38c2e9e2daf966d50beeb383f1e (diff)
parentdcdbdc10036b444ef39c329e9440d4acc6975fda (diff)
downloadrust-43d7d7c15e964c1cb506cbce90bb4b32b57281b8.tar.gz
rust-43d7d7c15e964c1cb506cbce90bb4b32b57281b8.zip
auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton
cc #17490 

Reopening of #16230
Diffstat (limited to 'src/libnative/io/file_unix.rs')
-rw-r--r--src/libnative/io/file_unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnative/io/file_unix.rs b/src/libnative/io/file_unix.rs
index 90fbc7729d4..1688b009ad7 100644
--- a/src/libnative/io/file_unix.rs
+++ b/src/libnative/io/file_unix.rs
@@ -506,7 +506,7 @@ mod tests {
     use std::os;
     use std::rt::rtio::{RtioFileStream, SeekSet};
 
-    #[ignore(cfg(target_os = "freebsd"))] // hmm, maybe pipes have a tiny buffer
+    #[cfg_attr(target_os = "freebsd", ignore)] // hmm, maybe pipes have a tiny buffer
     #[test]
     fn test_file_desc() {
         // Run this test with some pipes so we don't have to mess around with