Skip to content

Commit 092ccf2

Browse files
xbjfktgross35
authored andcommitted
Revert "test: Skip input_event.time on recent musl"
This reverts commit 34e7583.
1 parent 587fd84 commit 092ccf2

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
@@ -4732,8 +4732,6 @@ fn test_linux(target: &str) {
47324732
("xsk_tx_metadata", "xsk_tx_metadata_union") => true,
47334733
// After musl 1.2.0, the type becomes `int` instead of `long`.
47344734
("utmpx", "ut_session") if musl => true,
4735-
// FIXME(musl,time): changed with the musl time updates
4736-
("input_event", "time") if musl_v1_2_3 => true,
47374735
// `frames` is a flexible array member
47384736
("bcm_msg_head", "frames") => true,
47394737
// FAM

0 commit comments

Comments
 (0)