Skip to content

Commit

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

0 comments on commit 6a7443a

Please sign in to comment.