Skip to content

Commit 396f48e

Browse files
authored
Update Lib/test/test_pyrepl/test_windows_console.py
1 parent e67452b commit 396f48e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_pyrepl/test_windows_console.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ def get_input_record(self, unicode_char, vcode=0, control=0):
391391
)))
392392

393393
def test_EmptyBuffer(self):
394-
# GetNumberOfConsoleInputEvents populates lpcNumberOfEvents with 0
395394
self.assertEqual(self.get_event([None]), None)
396395
self.assertEqual(self.mock.call_count, 1)
397396

0 commit comments

Comments
 (0)