From d00b1a86f6cd1e3e3ce53285a64e015f6b6a7cb9 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 10 Dec 2024 16:24:12 +0800 Subject: [PATCH] Fix `BlockLike` trait renaming in macro test --- 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! {