about summary refs log tree commit diff
path: root/src/libnative/io/file_unix.rs
diff options
context:
space:
mode:
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