Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge another test for rakudo
  • Loading branch information
moritz committed Jul 10, 2011
1 parent a9de2f6 commit e982a79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S04-declarations/my.t
Expand Up @@ -198,7 +198,6 @@ my $z = 42;
{
eval_lives_ok 'my $a;my $x if 0;$a = $x', 'my $x if 0';

#?rakudo todo 'fails'
eval_lives_ok 'my $a;do { 1/0; my $x; CATCH { $a = $x.defined } }';

{
Expand Down

0 comments on commit e982a79

Please sign in to comment.