decimal add experiment

This commit is contained in:
Folkert 2021-11-21 20:02:33 +01:00
parent 5529841d68
commit bfd5ca623c
3 changed files with 22 additions and 11 deletions

View file

@ -609,7 +609,7 @@ fn gen_float_eq() {
}
#[test]
#[cfg(any(feature = "gen-llvm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
fn gen_add_dec() {
assert_evals_to!(
indoc!(