We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737ff9d commit ee37b17Copy full SHA for ee37b17
S04-exceptions/fail.t
@@ -44,7 +44,6 @@ plan 10;
44
sub rt70229 { return fail() }
45
my $rt70229 = rt70229();
46
ok $rt70229 ~~ Failure, 'got a Failure';
47
- #?rakudo skip 'nom regression'
48
dies_ok { ~$rt70229 }, 'attempt to stringify Failure dies';
49
}
50
0 commit comments