Skip to content

Commit 63e705e

Browse files
committed
Fix typo
1 parent cd59649 commit 63e705e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def label_def(self) -> LabelDef | None:
361361
@contextual
362362
def inst_def(self) -> InstDef | None:
363363
if hdr := self.inst_header():
364-
block := self.block()
364+
block = self.block()
365365
return InstDef(
366366
hdr.annotations,
367367
hdr.kind,

0 commit comments

Comments
 (0)