mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Silence some unused test macro warnings
This commit is contained in:
parent
c2ab73c115
commit
30712d352a
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ macro_rules! assert_llvm_evals_to {
|
|||
//
|
||||
// let (_main_fn_name, _delayed_errors, _module) =
|
||||
// $crate::helpers::llvm::create_llvm_module(&arena, $src, config, &context, &target);
|
||||
#[allow(unused_macros)]
|
||||
macro_rules! assert_evals_to {
|
||||
($src:expr, $expected:expr, $ty:ty) => {{
|
||||
assert_evals_to!($src, $expected, $ty, $crate::helpers::llvm::identity, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue