From c0a1179e7c046ac01011ca182eb69d2f5cda4996 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Mon, 3 Mar 2025 15:08:28 +0100 Subject: [PATCH] seq: Enable test_auto_precision and test_undefined Those tests appear to have been fixed, enable them. --- tests/by-util/test_seq.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/by-util/test_seq.rs b/tests/by-util/test_seq.rs index 716b5cb88..1fae070f4 100644 --- a/tests/by-util/test_seq.rs +++ b/tests/by-util/test_seq.rs @@ -733,7 +733,6 @@ fn test_format_option_default_precision_scientific() { } #[test] -#[ignore = "Need issue #2660 to be fixed"] fn test_auto_precision() { new_ucmd!() .args(&["1", "0x1p-1", "2"]) @@ -742,7 +741,6 @@ fn test_auto_precision() { } #[test] -#[ignore = "Need issue #3318 to be fixed"] fn test_undefined() { new_ucmd!() .args(&["1e-9223372036854775808"])