mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests: remove 'target_pointer_width = "128"'
This commit is contained in:
parent
64dd78d14a
commit
a816960c33
10 changed files with 0 additions and 14 deletions
|
@ -860,7 +860,6 @@ fn test_od_invalid_bytes() {
|
|||
"od: invalid suffix in {option} argument '{INVALID_SUFFIX}'\n"
|
||||
));
|
||||
|
||||
#[cfg(not(target_pointer_width = "128"))]
|
||||
new_ucmd!()
|
||||
.arg(format!("{option}={BIG_SIZE}"))
|
||||
.arg("file")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue