Skip to content

Commit 06952e2

Browse files
committed
chore: wip
1 parent 86dc32b commit 06952e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ fn test_windows(target: &str) {
788788
Ok(v) if v == "64" => true,
789789
Ok(v) if v == "32" => false,
790790
Ok(_) => {
791-
panic!("Invalid value for `libc_unstable_gnu_time_bits`. Must be 32, 64 or unset.")
791+
panic!("Invalid value for `libc_unstable_gnu_time_bits`. Must be 32, 64 or unset.");
792792
}
793793
Err(_) => false,
794794
};

0 commit comments

Comments
 (0)