Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge tests for 'will first' on JVM
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent 6936a23 commit 71cbee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S04-declarations/will.t
Expand Up @@ -73,6 +73,7 @@ is $same2, "abecd", 'all block blocks get $_';

my $for;
#?niezca skip "will variable trait NYI"
#?rakudo.jvm todo '"will first" not working'
{
my @is = <a aeb aebeb>;
for ^3 {
Expand All @@ -86,6 +87,7 @@ my $for;
}
}
#?niezca skip "will variable trait NYI"
#?rakudo.jvm todo '"will first" not working'
is $for, "aebebebc", 'all for blocks set variable';

my $same3;
Expand Down

0 comments on commit 71cbee5

Please sign in to comment.