Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix thinko, spotted by jnthn++
  • Loading branch information
lizmat committed Apr 18, 2014
1 parent 6a7443a commit 0f2e91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-concurrency/scheduler.t
Expand Up @@ -77,7 +77,7 @@ ok $*SCHEDULER ~~ Scheduler, "$name does Scheduler role";
:catch({ cas $tracker, { $_ ~ '2scatch'} })
);
$*SCHEDULER.cue(
{ cas $tracker, {$_ ~ '1s'; die } },
{ cas $tracker, {$_ ~ '1s'}; die },
:in(1),
:catch({ cas $tracker, {$_ ~ '1scatch'} })
);
Expand Down

0 comments on commit 0f2e91b

Please sign in to comment.