printf: ignore hexadecimal floats test

This can be un-ignored when it is implemented
This commit is contained in:
Terts Diepraam 2023-11-17 14:47:41 +01:00
parent fef84f7203
commit ce18e0ab97

View file

@ -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"])