mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
seq: Enable test_auto_precision and test_undefined
Those tests appear to have been fixed, enable them.
This commit is contained in:
parent
1782de8999
commit
c0a1179e7c
1 changed files with 0 additions and 2 deletions
|
@ -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"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue