1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

split: tests 32bit

This commit is contained in:
zhitkoff 2023-09-06 14:16:21 -04:00
parent 1669a92694
commit fbf5ac4329

View file

@ -1021,8 +1021,8 @@ fn test_line_bytes() {
} }
#[test] #[test]
#[cfg(target_pointer_width = "64")]
fn test_line_bytes_overflow() { fn test_line_bytes_overflow() {
#[cfg(target_pointer_width = "64")]
let (at, mut ucmd) = at_and_ucmd!(); let (at, mut ucmd) = at_and_ucmd!();
ucmd.args(&["-C", "18446744073709551616", "letters.txt"]) ucmd.args(&["-C", "18446744073709551616", "letters.txt"])
.succeeds(); .succeeds();