From c7f9128df729c767ecf30dbeefc472cba5c98d6b Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 10 Dec 2024 17:22:04 +0900 Subject: [PATCH] Fix test build --- melior/src/ir/block.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/melior/src/ir/block.rs b/melior/src/ir/block.rs index 4944454b0e..674bd7d38d 100644 --- a/melior/src/ir/block.rs +++ b/melior/src/ir/block.rs @@ -207,6 +207,7 @@ mod tests { use crate::{ ir::{operation::OperationBuilder, r#type::IntegerType, Module, Region, ValueLike}, test::create_test_context, + Error, }; use pretty_assertions::assert_eq;