chore(tests/playground/ir): fix test
This commit is contained in:
parent
c09df2d8c3
commit
e0821be132
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ def tst1 : IO Unit :=
|
|||
let fbody : FnBody :=
|
||||
FnBody.vdecl `x IRType.uint32 (Expr.lit (LitVal.num 0)) $
|
||||
FnBody.ret `x in
|
||||
IO.println $ toFormat fbody
|
||||
IO.println $ format fbody
|
||||
|
||||
def main : IO Unit :=
|
||||
tst1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue