mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Disable 128 bit test for wasm
This commit is contained in:
parent
e8b1d3fa24
commit
2633e7ed8f
1 changed files with 1 additions and 1 deletions
|
@ -4044,7 +4044,7 @@ fn num_abs_int_min_overflow() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[should_panic(expected = r#"Roc failed with message: "integer subtraction overflowed!"#)]
|
||||
fn num_abs_large_bits_min_overflow() {
|
||||
assert_evals_to!(r#"Num.absDiff Num.minI128 0"#, 0, i128);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue