Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jroesch committed Oct 23, 2018
1 parent 21e2438 commit 9dc874e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_ir_text_printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_env():
env["myf"] = f
text = env.astext()
assert "def @myf" in text
assert "%1 = add(%0, %0) # ty=float32" in text
assert "%1 = add<float32, float32>(%0, %0) # ty=float32" in text
show(text)


Expand Down

0 comments on commit 9dc874e

Please sign in to comment.