Skip to content

Commit c02ad87

Browse files
committed
Remove workaround - precompilation no longer checks timestamps
Now that we rely solely on checksums to detect outdated precomp files, we no longer need to ensure that time stamps are different. Thanks to MasterDuke++ for the reminder.
1 parent 016d029 commit c02ad87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S10-packages/precompilation.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,7 @@ subtest 'precompiled module constants get updated on change' => {
289289
{:out("pass\n"), :err('')},
290290
"original content has correct value";
291291
292-
sleep 2;
293292
$module.spurt: $module-content.subst: '«VALUE»', '«NEW»';
294-
sleep 2;
295293
296294
is_run use RT129266::Bar; say var() eq '«NEW»' ?? 'pass' !! 'fail',
297295
:compiler-args['-I', 't/spec/packages'],

0 commit comments

Comments
 (0)