Skip to content

Commit

Permalink
Check for X::StubCode in !!! check
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Jun 7, 2015
1 parent 845ed56 commit 32b2880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-exceptions/misc.t
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ throws-like '1.List::join', X::Method::InvalidQualifier,
qualifier-type => List;

# RT #58558
throws-like '!!! 42', Exception, message => 42;
throws-like 'use fatal; ... 42', Exception, message => 42;
throws-like '!!! 42', X::StubCode, message => 42;
throws-like 'use fatal; ... 42', X::StubCode, message => 42;
{
my $c = 0;
try {
Expand Down

0 comments on commit 32b2880

Please sign in to comment.