summaryrefslogtreecommitdiff
path: root/tests/cpydiff/modules_sys_stdassign.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpydiff/modules_sys_stdassign.py')
-rw-r--r--tests/cpydiff/modules_sys_stdassign.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cpydiff/modules_sys_stdassign.py b/tests/cpydiff/modules_sys_stdassign.py
index 1bf2a598a..7d086078a 100644
--- a/tests/cpydiff/modules_sys_stdassign.py
+++ b/tests/cpydiff/modules_sys_stdassign.py
@@ -5,5 +5,6 @@ cause: They are stored in read-only memory.
workaround: Unknown
"""
import sys
+
sys.stdin = None
print(sys.stdin)