From cf527b9517091d0169be8b57c168a209f95ec49e Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 10 Dec 2024 17:06:27 +0900 Subject: [PATCH] Fix trait name --- macro/tests/operand.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/tests/operand.rs b/macro/tests/operand.rs index 9c669a9206..8379e97bb0 100644 --- a/macro/tests/operand.rs +++ b/macro/tests/operand.rs @@ -1,6 +1,6 @@ mod utility; -use melior::ir::{block::BlockApi, Block, Location, Type}; +use melior::ir::{block::BlockLike, Block, Location, Type}; use utility::*; melior_macro::dialect! {