diff options
Diffstat (limited to 'tests/io/file1.py')
-rw-r--r-- | tests/io/file1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io/file1.py b/tests/io/file1.py index 8f9e4ef6e0..af4176b64e 100644 --- a/tests/io/file1.py +++ b/tests/io/file1.py @@ -37,7 +37,7 @@ except OSError: print('OSError') f.close() -# readall() error (call read() for compat with CPy) +# read() w/o args error f = open('io/data/file1', 'ab') try: f.read() |