diff --git a/crates/compiler/test_gen/src/gen_abilities.rs b/crates/compiler/test_gen/src/gen_abilities.rs index 0ccc93b505..ca6ab1800a 100644 --- a/crates/compiler/test_gen/src/gen_abilities.rs +++ b/crates/compiler/test_gen/src/gen_abilities.rs @@ -468,9 +468,9 @@ mod encode_immediate { 17, u32 17, u64 17, u128 - // 17.23, f32 TODO https://github.com/roc-lang/roc/issues/3522 + 17.25, f32 17.23, f64 - // 17.23, dec TODO https://github.com/roc-lang/roc/issues/3522 + 17.23, dec } }