mirror of https://github.com/python/cpython
gh-113325: Remove a debugging print accidentally left in test_symtable (GH-113368)
This commit is contained in:
parent
df1eec3dae
commit
5f7a80fd02
|
@ -337,7 +337,6 @@ class CommandLineTest(unittest.TestCase):
|
|||
symtable.main(['-'])
|
||||
self.assertEqual(stdout.getvalue(), out)
|
||||
lines = out.splitlines()
|
||||
print(out)
|
||||
self.assertIn("symbol table for module from file '<stdin>':", lines)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue