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

tests: remove 'target_pointer_width = "128"'

This commit is contained in:
Daniel Hofstetter 2024-05-20 10:32:38 +02:00 committed by Ben Wiederhake
parent 64dd78d14a
commit a816960c33
10 changed files with 0 additions and 14 deletions

View file

@ -705,7 +705,6 @@ fn test_split_invalid_bytes_size() {
#[test]
fn test_split_overflow_bytes_size() {
#[cfg(not(target_pointer_width = "128"))]
let (at, mut ucmd) = at_and_ucmd!();
let name = "test_split_overflow_bytes_size";
RandomFile::new(&at, name).add_bytes(1000);