Skip to content

Commit

Permalink
Fudge test for JVM (UnwindException)
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Jul 8, 2016
1 parent c22897b commit a83ede0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-exceptions/misc.t
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ throws-like '<a b> »+« <c>', X::HyperOp::NonDWIM,
left-elems => 2, right-elems => 1,
operator => { .name eq 'infix:<+>' };

#?rakudo.jvm skip 'UnwindException'
throws-like 'my sub f() { gather { return } }; ~f()', X::ControlFlow::Return;

throws-like 'DateTime.new("2012/04")', X::Temporal::InvalidFormat,
Expand Down

0 comments on commit a83ede0

Please sign in to comment.