mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Skip pending test on wasm
This commit is contained in:
parent
085c73dffe
commit
c2c15d3ee1
1 changed files with 2 additions and 0 deletions
|
@ -1268,6 +1268,7 @@ mod hash_immediate {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(feature = "gen-wasm"))] // shr not implemented for U128
|
||||||
fn i128() {
|
fn i128() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
&build_test("-2i128"),
|
&build_test("-2i128"),
|
||||||
|
@ -1279,6 +1280,7 @@ mod hash_immediate {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(feature = "gen-wasm"))] // shr not implemented for U128
|
||||||
fn u128() {
|
fn u128() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
&build_test("Num.maxU128 - 1"),
|
&build_test("Num.maxU128 - 1"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue