mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Turn on wasm tests that work
This commit is contained in:
parent
5ba7b81d57
commit
19a0302b25
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ mod encode_immediate {
|
|||
macro_rules! num_immediate {
|
||||
($($num:expr, $typ:ident)*) => {$(
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn $typ() {
|
||||
assert_evals_to!(
|
||||
&format!(indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue