Skip to content

Commit

Permalink
fix enum export test, and fudge a new test for rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 6, 2012
1 parent 8380ccf commit 1a247e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions S04-blocks-and-statements/temp.t
Expand Up @@ -170,6 +170,7 @@ eval('
a() if ++$depth < 3;
}
a();
#?rakudo todo 'temp and recursion'
is $c, 1, 'recursive nested temps are restored properly';
}

Expand Down
2 changes: 1 addition & 1 deletion S12-enums/thorough.t
Expand Up @@ -109,7 +109,7 @@ ok Bool::True.perl ~~/^ 'Bool::True'/, 'Bool::True.perl';
# RT #71196
{
#?niecza skip 'Two terms in a row'
eval_lives_ok 'enum X <A B C> is export', 'marking enum export does not die';
eval_lives_ok 'enum X is export <A B C>', 'marking enum export does not die';
}

done;
Expand Down

0 comments on commit 1a247e8

Please sign in to comment.