Skip to content

Commit b0966b6

Browse files
committed
Revert "test: Skip input_event.time on recent musl"
This reverts commit 34e7583.
1 parent 7317301 commit b0966b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc-test/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4729,8 +4729,6 @@ fn test_linux(target: &str) {
47294729
("xsk_tx_metadata", "xsk_tx_metadata_union") => true,
47304730
// After musl 1.2.0, the type becomes `int` instead of `long`.
47314731
("utmpx", "ut_session") if musl => true,
4732-
// FIXME(musl,time): changed with the musl time updates
4733-
("input_event", "time") if musl_v1_2_3 => true,
47344732
// `frames` is a flexible array member
47354733
("bcm_msg_head", "frames") => true,
47364734
// FAM

0 commit comments

Comments
 (0)