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 2be4b96 commit ec33999Copy full SHA for ec33999
S04-exception-handlers/catch.t
@@ -90,7 +90,6 @@ lives_ok { do {die 'blah'; CATCH {default {}}}; }, 'do block with CATCH {default
90
91
ok(!$other, "did not catch sibling error class");
92
#?pugs 1 todo
93
- #?rakudo todo 'smart matching against exception'
94
ok($naughty, "caught superclass");
95
};
96
0 commit comments