mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-10 05:30:16 +00:00
remove old comment
This commit is contained in:
parent
042a5ef85f
commit
b0948a9554
@ -52,7 +52,5 @@ assert ( f.read() == "123456" )
|
||||
f.seek(3)
|
||||
assert ( f.read() == "456" )
|
||||
|
||||
# cannot test seek(>0) then read() for now
|
||||
f.close()
|
||||
|
||||
os.remove('123.txt')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user