diff options
-rw-r--r-- | Lib/test/test_wave.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_wave.py b/Lib/test/test_wave.py index c505fb8..b70f917 100644 --- a/Lib/test/test_wave.py +++ b/Lib/test/test_wave.py @@ -75,7 +75,6 @@ class TestWave(unittest.TestCase): with self.assertRaises(wave.Error): with wave.open(TESTFN, 'wb') as f: pass - print('in test:', f._file) with self.assertRaises(wave.Error): with open(TESTFN, 'wb') as testfile: with wave.open(testfile): |