Merge branch 'trunk' into mfonism/rename-num-float-type-to-frac

This commit is contained in:
Richard Feldman 2022-05-08 20:54:33 -04:00 committed by GitHub
commit df7df4ccf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
96 changed files with 4357 additions and 1433 deletions

View file

@ -1648,7 +1648,7 @@ fn floor() {
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-dev"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-dev", feature = "gen-wasm"))]
fn pow_int() {
assert_evals_to!("Num.powInt 2 3", 8, i64);
}