about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-01-15 03:36:43 -0800
committerbors <bors@rust-lang.org>2014-01-15 03:36:43 -0800
commitb549b08ca384728beeffc82190a59ff883df427e (patch)
tree0718b8aae66e503344dbde0e583f65ada3238c58 /src
parent29070c3bee8846d22030305179fdd3f95cb320d7 (diff)
parent6232290f733ec226134210156a225219d242ad6d (diff)
downloadrust-b549b08ca384728beeffc82190a59ff883df427e.tar.gz
rust-b549b08ca384728beeffc82190a59ff883df427e.zip
auto merge of #11557 : brson/rust/anotherandroidfix, r=thestinger
Diffstat (limited to 'src')
-rw-r--r--src/libextra/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libextra/time.rs b/src/libextra/time.rs
index d19181ab9f1..0961a051c8e 100644
--- a/src/libextra/time.rs
+++ b/src/libextra/time.rs
@@ -1459,7 +1459,7 @@ mod tests {
     }
 
     #[test]
-    #[ignore(cfg(android))] // FIXME #10958
+    #[ignore(cfg(target_os = "android"))] // FIXME #10958
     fn run_tests() {
         // The tests race on tzset. So instead of having many independent
         // tests, we will just call the functions now.