Skip to content

Commit e387c5d

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

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
@@ -4699,8 +4699,6 @@ fn test_linux(target: &str) {
46994699
("xsk_tx_metadata", "xsk_tx_metadata_union") => true,
47004700
// After musl 1.2.0, the type becomes `int` instead of `long`.
47014701
("utmpx", "ut_session") if musl => true,
4702-
// FIXME(musl,time): changed with the musl time updates
4703-
("input_event", "time") if musl_v1_2_3 => true,
47044702
// `frames` is a flexible array member
47054703
("bcm_msg_head", "frames") => true,
47064704
// FAM

0 commit comments

Comments
 (0)