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:
parent
64dd78d14a
commit
a816960c33
10 changed files with 0 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue