Skip to content

Commit b549b08

Browse files
committed
auto merge of #11557 : brson/rust/anotherandroidfix, r=thestinger
2 parents 29070c3 + 6232290 commit b549b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libextra/time.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ mod tests {
14591459
}
14601460
14611461
#[test]
1462-
#[ignore(cfg(android))] // FIXME #10958
1462+
#[ignore(cfg(target_os = "android"))] // FIXME #10958
14631463
fn run_tests() {
14641464
// The tests race on tzset. So instead of having many independent
14651465
// tests, we will just call the functions now.

0 commit comments

Comments
 (0)