Skip to content

Commit

Permalink
Fix incorrect test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
compor committed Jun 7, 2023
1 parent 147bd69 commit d5fca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def test_non_empty_block_with_parent_region_requires_terminator_without_successo

def test_non_empty_block_with_parent_region_has_successors_but_not_last_block_op():
"""
Tests that an empty block belonging to a single-block region with parent
Tests that an non-empty block belonging to a multi-block region with parent
operation requires terminator operation.
"""
block0 = Block([])
Expand Down

0 comments on commit d5fca71

Please sign in to comment.