mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
cleanup when expects are run
This commit is contained in:
parent
8068fa6d1b
commit
37c6330c6f
4 changed files with 43 additions and 40 deletions
|
@ -257,7 +257,7 @@ fn create_llvm_module<'a>(
|
|||
};
|
||||
let (main_fn_name, main_fn) = match config.mode {
|
||||
LlvmBackendMode::Binary => unreachable!(),
|
||||
LlvmBackendMode::BinaryDev => unreachable!(),
|
||||
LlvmBackendMode::BinaryWithExpect => unreachable!(),
|
||||
LlvmBackendMode::BinaryGlue => unreachable!(),
|
||||
LlvmBackendMode::CliTest => unreachable!(),
|
||||
LlvmBackendMode::WasmGenTest => roc_gen_llvm::llvm::build::build_wasm_test_wrapper(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue