Skip to content

Commit

Permalink
Unfudge two passing tests for rakudo.jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Mar 1, 2015
1 parent ba92bce commit 21e81c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S04-declarations/my.t
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ my $z = 42; #OK not used
# RT #102414
{
# If there is a regression this may die not just fail to make ints
#?rakudo.jvm todo 'RT #102414 still unresolved'
eval_lives_ok 'my (int $a);','native in declarator sig';
#?rakudo.jvm todo 'RT #102414 still unresolved'
eval_lives_ok 'my (int $a, int $b);','natives in declarator sig';

#?rakudo todo 'RT #102414 still unresolved'
Expand Down

0 comments on commit 21e81c7

Please sign in to comment.