mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
wasm: enable more tests
This commit is contained in:
parent
c9a1600751
commit
b1ea641cfb
5 changed files with 34 additions and 34 deletions
|
@ -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) => {{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue