Apparently my followup asking to have this ticket closed never made it
to the list, oops. This was my bug, not a Test suite problem.
On 2015-05-20 19:41, perl6 via RT wrote:
Greetings,
This message has been automatically generated in response to the
creation of a trouble ticket regarding:
"Test module - nested subtest fails type check.",
a summary of which appears below.
There is no need to reply to this message right now. Your ticket has
been
assigned an ID of [perl #125226].
Please include the string:
[perl #125226]
in the subject line of all future correspondence about this issue. To
do so,
you may reply to this message.
Thank you,
perl6-bugs-follo...@perl.org
-------------------------------------------------------------------------
--cut here--
subtest {
lives_ok { $r.using-history }, 'using-history lives';
subtest {
}, 'Stifling';
}, 'History';
--cut here--
Throws this exception:
--cut here--
perl6 -Ilib t/02-base.t
1..1
ok 1 - using-history lives
Type check failed in binding &subtests; expected 'Callable' but got
'Hash'
in sub subtest at lib/Test.pm:268
in block <unit> at t/02-base.t:642
--cut here--