From fbf5ac4329b83c8c6e6ffb3f87ab7c2fea09e263 Mon Sep 17 00:00:00 2001 From: zhitkoff Date: Wed, 6 Sep 2023 14:16:21 -0400 Subject: [PATCH] split: tests 32bit --- tests/by-util/test_split.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_split.rs b/tests/by-util/test_split.rs index 849fdc7cf..247b3cc57 100644 --- a/tests/by-util/test_split.rs +++ b/tests/by-util/test_split.rs @@ -1021,8 +1021,8 @@ fn test_line_bytes() { } #[test] +#[cfg(target_pointer_width = "64")] fn test_line_bytes_overflow() { - #[cfg(target_pointer_width = "64")] let (at, mut ucmd) = at_and_ucmd!(); ucmd.args(&["-C", "18446744073709551616", "letters.txt"]) .succeeds();