Skip to content

Commit 8e1e850

Browse files
drinkcatRenjiSann
authored andcommitted
seq: Enable test_auto_precision and test_undefined
Those tests appear to have been fixed, enable them.
1 parent bd5ff88 commit 8e1e850

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
@@ -733,7 +733,6 @@ fn test_format_option_default_precision_scientific() {
733733
}
734734

735735
#[test]
736-
#[ignore = "Need issue #2660 to be fixed"]
737736
fn test_auto_precision() {
738737
new_ucmd!()
739738
.args(&["1", "0x1p-1", "2"])
@@ -742,7 +741,6 @@ fn test_auto_precision() {
742741
}
743742

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

0 commit comments

Comments
 (0)