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:
parent
1669a92694
commit
fbf5ac4329
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue