Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge test not throwing X::Multi::NoMatch on JVM
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent 3583fd3 commit 6936a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S04-statements/for.t
Expand Up @@ -625,6 +625,7 @@ is (for 5 { (sub { "OH HAI" })() }), "OH HAI", 'Anon sub inside for works.';
is [$a, $b], [2, 2], 'is rw on slurpy parameters works (2)';
incr3($a, $b);
is [$a, $b], [3, 3], 'is rw on slurpy parameters works (3)';
#?rakudo.jvm todo 'RT #126531'
throws-like { incr4($a, $b) }, X::Multi::NoMatch;
}

Expand Down

0 comments on commit 6936a23

Please sign in to comment.