Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add test for X::Hash::Store::Oddnumber
  • Loading branch information
Siddhant committed Feb 28, 2012
1 parent 6e10cfa commit 39b3eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-exceptions/misc.t
Expand Up @@ -160,5 +160,6 @@ throws_like 'Date.new("2012-02-30")', X::OutOfRange,

throws_like 'sub f() { }; &f.unwrap("foo")', X::Routine::Unwrap;
throws_like 'Mu.new(1)', X::Constructor::Positional;
throws_like 'my %h = 1', X::Hash::Store::OddNumber;

done;

0 comments on commit 39b3eb7

Please sign in to comment.