mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
printf: ignore hexadecimal floats test
This can be un-ignored when it is implemented
This commit is contained in:
parent
fef84f7203
commit
ce18e0ab97
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ fn sub_float_dec_places() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "hexadecimal floats are unimplemented"]
|
||||
fn sub_float_hex_in() {
|
||||
new_ucmd!()
|
||||
.args(&["%f", "0xF1.1F"])
|
||||
|
|
Loading…
Reference in a new issue