Merge pull request #3836 from roc-lang/turn-on-ability-tests

Turn on ability tests that work
This commit is contained in:
Folkert de Vries 2022-08-21 13:32:38 +02:00 committed by GitHub
commit b53fe24271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}