Skip to content

Commit 6232290

Browse files
committed
extra: Ignore time tests on android correctly
1 parent dd8b011 commit 6232290

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)