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! {