mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-113325: Remove a debugging print accidentally left in test_symtable (GH-113368)
This commit is contained in:
parent
df1eec3dae
commit
5f7a80fd02
1 changed files with 0 additions and 1 deletions
|
|
@ -337,7 +337,6 @@ def test_stdin(self):
|
|||
symtable.main(['-'])
|
||||
self.assertEqual(stdout.getvalue(), out)
|
||||
lines = out.splitlines()
|
||||
print(out)
|
||||
self.assertIn("symbol table for module from file '<stdin>':", lines)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue