Skip to content

Commit 735e322

Browse files
Delete commented out declaration in test
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent 634245b commit 735e322

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hir/src/derive.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ mod tests {
219219
context.get_or_register_dialect::<test::TestDialect>();
220220
context.registered_dialects();
221221

222-
// let lhs =
223-
// BlockArgument::new(SourceSpan::default(), ValueId::from_u32(0), Type::U32, None, 0);
224-
225222
let (lhs, invalid_rhs) = {
226223
let block = block.borrow();
227224
let lhs = block.get_argument(0).upcast::<dyn crate::Value>();

0 commit comments

Comments
 (0)