Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RT #98678, error message for failed sequence deduction
  • Loading branch information
moritz committed Apr 5, 2012
1 parent 52d4515 commit 2365690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-exceptions/misc.t
Expand Up @@ -207,5 +207,6 @@ throws_like 'use fatal; ... 42', X::AdHoc, payload => 42;
}

throws_like 'die "foo"', X::AdHoc, backtrace => Backtrace;
throws_like 'use fatal; ~(1, 2, 6 ... 10)', X::Sequence::Deduction;

done;

0 comments on commit 2365690

Please sign in to comment.