We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c70eaa commit d9d4b22Copy full SHA for d9d4b22
1 file changed
tests/by-util/test_numfmt.rs
@@ -1405,7 +1405,6 @@ fn test_large_integer_precision_loss_issue_11654() {
1405
// uutils accepts scientific notation (`1e9`, `5e-3`, ...); GNU rejects it
1406
// as "invalid suffix in input".
1407
#[test]
1408
-#[ignore = "GNU compat: see uutils/coreutils#11655"]
1409
fn test_scientific_notation_rejected_by_gnu_issue_11655() {
1410
new_ucmd!()
1411
.arg("1e9")
0 commit comments