Skip to content

Commit 60853d0

Browse files
committed
seq: Enable test_auto_precision and test_undefined
Those tests appear to have been fixed, enable them.
1 parent cf20431 commit 60853d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/by-util/test_seq.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ fn test_format_option_default_precision_scientific() {
734734
}
735735

736736
#[test]
737-
#[ignore = "Need issue #2660 to be fixed"]
738737
fn test_auto_precision() {
739738
new_ucmd!()
740739
.args(&["1", "0x1p-1", "2"])
@@ -743,7 +742,6 @@ fn test_auto_precision() {
743742
}
744743

745744
#[test]
746-
#[ignore = "Need issue #3318 to be fixed"]
747745
fn test_undefined() {
748746
new_ucmd!()
749747
.args(&["1e-9223372036854775808"])

0 commit comments

Comments
 (0)