mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
rename wasm-cli-run -> gen-llvm-wasm
This commit is contained in:
parent
f80ab79c8e
commit
1ed648554d
4 changed files with 5 additions and 4 deletions
|
@ -596,7 +596,7 @@ macro_rules! assert_evals_to {
|
|||
}};
|
||||
($src:expr, $expected:expr, $ty:ty, $transform:expr, $ignore_problems: expr) => {{
|
||||
// same as above, except with ignore_problems.
|
||||
#[cfg(feature = "wasm-cli-run")]
|
||||
#[cfg(feature = "gen-llvm-wasm")]
|
||||
$crate::helpers::llvm::assert_wasm_evals_to!(
|
||||
$src,
|
||||
$expected,
|
||||
|
@ -617,7 +617,7 @@ macro_rules! assert_evals_to {
|
|||
|
||||
macro_rules! expect_runtime_error_panic {
|
||||
($src:expr) => {{
|
||||
#[cfg(feature = "wasm-cli-run")]
|
||||
#[cfg(feature = "gen-llvm-wasm")]
|
||||
$crate::helpers::llvm::assert_wasm_evals_to!(
|
||||
$src,
|
||||
false, // fake value/type for eval
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue