gh-113325: Remove a debugging print accidentally left in test_symtable (GH-113368)

This commit is contained in:
Serhiy Storchaka 2023-12-21 20:12:07 +02:00 committed by GitHub
parent df1eec3dae
commit 5f7a80fd02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)