Skip to content

Commit 44d0aa3

Browse files
committed
test X::Constructor::Positional
1 parent ca66c90 commit 44d0aa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S32-exceptions/misc.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,6 @@ throws_like 'Date.new("2012-02-30")', X::OutOfRange,
159159
range => Range, message => rx/<<1\.\.29>>/;
160160

161161
throws_like 'sub f() { }; &f.unwrap("foo")', X::Routine::Unwrap;
162+
throws_like 'Mu.new(1)', X::Constructor::Positional;
162163

163164
done;

0 commit comments

Comments
 (0)