We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139cf1e commit 697aa61Copy full SHA for 697aa61
1 file changed
tests/arch/zx48k/optimizer/test_basicblock.py
@@ -65,3 +65,6 @@ def test_block_partition_call_flag(self):
65
self.assertEqual(blks[1].code, ['nop'])
66
self.assertTrue(blks[1] in blks[0].goes_to)
67
self.assertTrue(blks[0] in blks[1].comes_from)
68
+
69
+ def test_empty_basic_block_is_false(self):
70
+ assert not self.blk
0 commit comments