Skip to content

Commit 5e98506

Browse files
committed
more testing
1 parent 0aff5bf commit 5e98506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def run_case_inner(self, testcase: DataDrivenTestCase) -> None:
148148
# To make sure that any new changes get picked up as being
149149
# new by distutils, shift the mtime of all of the
150150
# generated artifacts back by a second.
151-
fudge_dir_mtimes(WORKDIR, -1)
151+
# fudge_dir_mtimes(WORKDIR, -1)
152152

153153
step += 1
154154
with chdir_manager('..'):

0 commit comments

Comments
 (0)