From d5fca719cdc4e4174af316725f892df9075d4cbb Mon Sep 17 00:00:00 2001 From: Chris Vasiladiotis Date: Wed, 7 Jun 2023 15:17:14 +0100 Subject: [PATCH] Fix incorrect test docstring --- tests/test_ir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ir.py b/tests/test_ir.py index e1d6065162..f18bc6d938 100644 --- a/tests/test_ir.py +++ b/tests/test_ir.py @@ -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([])