Skip to content

Commit

Permalink
auto merge of #11557 : brson/rust/anotherandroidfix, r=thestinger
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jan 15, 2014
2 parents 29070c3 + 6232290 commit b549b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libextra/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b549b08

Please sign in to comment.