Skip to content

Commit a3d0008

Browse files
authored
Update Lib/test/test_msvcrt.py
1 parent f222132 commit a3d0008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_msvcrt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ def test_get_osfhandle(self):
6161

6262

6363
class TestConsoleIO(unittest.TestCase):
64-
@requires_resource('gui') # CREATE_NEW_CONSOLE will creates a "popup" window.
64+
# CREATE_NEW_CONSOLE creates a "popup" window.
65+
@requires_resource('gui')
6566
def run_in_separated_process(self, code):
6667
# Run test in a seprated process to avoid stdin conflicts.
6768
# See: gh-110147

0 commit comments

Comments
 (0)