chore(tests/playground/ir): fix test

This commit is contained in:
Leonardo de Moura 2019-04-29 10:50:10 -07:00
parent c09df2d8c3
commit e0821be132

View file

@ -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