Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct an expected exception type.
After timotimo++ fixed things to throw the correct one.
  • Loading branch information
jnthn committed Mar 16, 2013
1 parent 5a95f71 commit bbe88fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/weird-errors.t
Expand Up @@ -42,7 +42,7 @@ lives_ok { 1.^methods>>.sort }, 'can use >>.method on result of introspection';

# RT #76946
#?niecza skip 'todo'
lives_ok { Any .= (); CATCH { when X::AdHoc {1} } }, 'Typed, non-internal exception';
lives_ok { Any .= (); CATCH { when X::Method::NotFound {1} } }, 'Typed, non-internal exception';

# RT #90522
{
Expand Down

0 comments on commit bbe88fe

Please sign in to comment.