Skip to content

Commit d8a765b

Browse files
committed
chore: wip
1 parent 285984a commit d8a765b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libc-test/tests/quick.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#[test]
44
fn test() {
55
#[cfg(all(target_arch = "x86", target_env = "gnu"))]
6-
assert_eq!(size_of::<libc::time_t>(), 32);
6+
assert_eq!(size_of::<libc::time_t>(), 4);
77
#[cfg(not(all(target_arch = "x86", target_env = "gnu")))]
8-
assert_eq!(size_of::<libc::time_t>(), 64);
8+
assert_eq!(size_of::<libc::time_t>(), 8);
99
}

0 commit comments

Comments
 (0)