wasm: enable more tests

This commit is contained in:
Brian Carroll 2022-07-07 00:34:42 +01:00
parent c9a1600751
commit b1ea641cfb
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7
5 changed files with 34 additions and 34 deletions

View file

@ -364,7 +364,7 @@ macro_rules! assert_evals_to {
};
($src:expr, $expected:expr, $ty:ty, $transform:expr) => {
$crate::helpers::wasm::assert_evals_to!($src, $expected, $ty, $transform, false);
$crate::helpers::wasm::assert_evals_to!($src, $expected, $ty, $transform, false)
};
($src:expr, $expected:expr, $ty:ty, $transform:expr, $ignore_problems: expr) => {{