This commit is contained in:
Benjamin Peterson 2014-02-27 13:50:28 -05:00
commit 85736a7d2c
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ class SimpleTest(abc.LoaderTests):
if os.path.exists(pycache):
shutil.rmtree(pycache)
@source_util.writes_bytecode_files
def test_timestamp_overflow(self):
# When a modification timestamp is larger than 2**32, it should be
# truncated rather than raise an OverflowError.