Skip to content

Commit ee37b17

Browse files
committed
rakudo unfudge
1 parent 737ff9d commit ee37b17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S04-exceptions/fail.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ plan 10;
4444
sub rt70229 { return fail() }
4545
my $rt70229 = rt70229();
4646
ok $rt70229 ~~ Failure, 'got a Failure';
47-
#?rakudo skip 'nom regression'
4847
dies_ok { ~$rt70229 }, 'attempt to stringify Failure dies';
4948
}
5049

0 commit comments

Comments
 (0)