mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Mark pretty_print_ir_symbols public
This commit is contained in:
parent
5f216122d6
commit
72ee2d6327
2 changed files with 1 additions and 4 deletions
|
@ -19,9 +19,6 @@ const OUT_DIR_VAR: &str = "TEST_GEN_OUT";
|
|||
const LIBC_PATH_VAR: &str = "TEST_GEN_WASM_LIBC_PATH";
|
||||
const COMPILER_RT_PATH_VAR: &str = "TEST_GEN_WASM_COMPILER_RT_PATH";
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use roc_mono::ir::PRETTY_PRINT_IR_SYMBOLS;
|
||||
|
||||
const TEST_WRAPPER_NAME: &str = "test_wrapper";
|
||||
|
||||
fn promote_expr_to_module(src: &str) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue