diff --git a/crates/compiler/test_gen/src/helpers/llvm.rs b/crates/compiler/test_gen/src/helpers/llvm.rs index 06c7c02e27..34bc8dc9fc 100644 --- a/crates/compiler/test_gen/src/helpers/llvm.rs +++ b/crates/compiler/test_gen/src/helpers/llvm.rs @@ -720,5 +720,8 @@ pub fn identity(value: T) -> T { value } +pub(crate) use assert_evals_to; +pub(crate) use assert_evals_to_erased; +pub(crate) use assert_llvm_evals_to; #[cfg(feature = "gen-llvm-wasm")] pub(crate) use assert_wasm_evals_to;