Turn on wasm tests that work

This commit is contained in:
Ayaz Hafiz 2022-08-03 11:49:43 -05:00
parent 5ba7b81d57
commit 19a0302b25
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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!(