Skip to content

Commit

Permalink
RT #80864
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 26, 2011
1 parent c3c9fb7 commit af82544
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion S04-exception-handlers/catch.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 25;
plan 26;

=begin desc
Expand Down Expand Up @@ -227,4 +227,7 @@ lives_ok { do {die 'blah'; CATCH {default {}}}; }, 'do block with CATCH {default
}, 'can throw exceptions in CATCH';
}

# RT #80864
eval_lives_ok 'my %a; %a{ CATCH { } }', 'can define CATCH bock in .{}';

# vim: ft=perl6

0 comments on commit af82544

Please sign in to comment.