mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Disable wasm test for now
This commit is contained in:
parent
a90bba3d1d
commit
8679904fc3
1 changed files with 1 additions and 1 deletions
|
@ -2798,7 +2798,7 @@ fn upcast_of_int_is_zext() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
#[cfg(any(feature = "gen-llvm"))]
|
||||||
// https://github.com/rtfeldman/roc/issues/2696
|
// https://github.com/rtfeldman/roc/issues/2696
|
||||||
fn upcast_of_int_checked_is_zext() {
|
fn upcast_of_int_checked_is_zext() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue