Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct :times test to initialize $tracker.
  • Loading branch information
jnthn committed Apr 18, 2014
1 parent 0f2e91b commit 83438f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-concurrency/scheduler.t
Expand Up @@ -171,7 +171,7 @@ ok $*SCHEDULER ~~ Scheduler, "$name does Scheduler role";

#?rakudo.moar skip ":times NYI"
{
my $tracker;
my $tracker = 0;
$*SCHEDULER.cue({ cas $tracker, {.succ} }, :times(10));
sleep 3;
is $tracker, 10, "Cue on $name with :times(10)";
Expand Down

0 comments on commit 83438f8

Please sign in to comment.