diff options
Diffstat (limited to 'tests/io/file_stdio.py')
-rw-r--r-- | tests/io/file_stdio.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/io/file_stdio.py b/tests/io/file_stdio.py index cbdb07016..d714bffd4 100644 --- a/tests/io/file_stdio.py +++ b/tests/io/file_stdio.py @@ -2,3 +2,4 @@ import sys print(sys.stdin.fileno()) print(sys.stdout.fileno()) +print(sys.stderr.fileno()) |