Skip to content

Commit

Permalink
Removing debugging lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiel-nv committed Mar 4, 2025
1 parent b5999ba commit 65c6968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvmlite/tests/test_ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,6 @@ def test_debug_info_3(self):
"size": 64,
"encoding": ir.DIToken("DW_ATE_signed")
})
strmod = str(mod)
print(strmod)
self.assertIs(di1, di2)
self.assertIs(di1, di4)
self.assertIs(di1, di5)
Expand Down

0 comments on commit 65c6968

Please sign in to comment.