# New Ticket Created by Rob Hoelz
# Please include the string: [perl #128203]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=128203 >
Here's what the failure looks like:
> # Failed test 'right exception type (X::NoDispatcher)'
> # at
> /tmp/nom/share/perl6/precomp/E329B59A53DA690354B48752DE28FEFA7C5BD5A1.1463791841.84691/C7/C712FE6969F786C9380D643DF17E85D06868219E
> line 1
> # Expected: X::NoDispatcher
> # Got: X::ControlFlow::Return
> # Exception message: Attempt to return outside of any Routine
> # Looks like you failed 1 test of 2
> not ok 59 - {nextsame}() dies properly
The failure was introduced by e239f6e. For some reason, changing subtest to a
multi sub affects how throws-like evaluates strings, and somehow it affects how
the dispatcher is set up for nextsame.