diff options
Diffstat (limited to 'tests/io/file-stdio.py')
-rw-r--r-- | tests/io/file-stdio.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/io/file-stdio.py b/tests/io/file-stdio.py deleted file mode 100644 index cbdb07016..000000000 --- a/tests/io/file-stdio.py +++ /dev/null @@ -1,4 +0,0 @@ -import sys - -print(sys.stdin.fileno()) -print(sys.stdout.fileno()) |