mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
implement NumPowInt
This commit is contained in:
parent
dd51479764
commit
532055bf3b
2 changed files with 21 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue