def test_killZeroInlineFor(self):
     if not KILL_INLINE:
         return
     ml = MutLoop()
     assert ml.inlineFor(1) == [1]
 def test_inlineFor(self):
     ml = MutLoop()
     assert ml.inlineFor(0) == []