mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-16 02:55:00 +00:00
wasm tests have a platform; don't generate roc_panic and friends for it
This commit is contained in:
parent
69fb5e2cef
commit
f31bffab30
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ impl LlvmBackendMode {
|
|||
match self {
|
||||
LlvmBackendMode::Binary => true,
|
||||
LlvmBackendMode::GenTest => false,
|
||||
LlvmBackendMode::WasmGenTest => false,
|
||||
LlvmBackendMode::WasmGenTest => true,
|
||||
LlvmBackendMode::CliTest => false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue