diff options
Diffstat (limited to 'Lib/test/test_cpickle.py')
-rw-r--r-- | Lib/test/test_cpickle.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_cpickle.py b/Lib/test/test_cpickle.py index 90326f7..9088eb7 100644 --- a/Lib/test/test_cpickle.py +++ b/Lib/test/test_cpickle.py @@ -91,5 +91,6 @@ def dotest(): pass else: print "load from closed file should raise IOError" + os.remove(fn) dotest() |