Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge test for RT #124940.
  • Loading branch information
jnthn committed Jul 6, 2015
1 parent 201f031 commit 0210f20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S06-signature/type-capture.t
Expand Up @@ -30,7 +30,6 @@ sub declare_cap_type(::T $x) { #OK not used
my T $y = 4.2; #OK not used
1
}
#?rakudo skip 'nom regression RT #124940'
ok(declare_cap_type(3.3), 'can use captured type in declaration');
$ok = 1;
try {
Expand Down

0 comments on commit 0210f20

Please sign in to comment.