Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge test for JVM, RT #126702
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent a8e5644 commit 6fb9b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S06-multi/subsignature.t
Expand Up @@ -114,6 +114,7 @@ is( wind('f', 'g', her => 3), 'pos f pos g her 3', 'pos, pos, named');
multi catch(| (*@all )) { 1 } #OK not used
multi catch(| (*@all, :$really! )) { 2 } #OK not used
is catch(0, 5), 1, 'slurpy and named interact well (1)';
#?rakudo.jvm todo 'RT #126702'
is catch(0, 5, :!really), 2, 'slurpy and named interact well (2)';
}

Expand Down

0 comments on commit 6fb9b12

Please sign in to comment.