# New Ticket Created by mt1957
# Please include the string: [perl #130492]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=130492 >
running tests on the Appveyor system I noticed the following;
prove -v --merge --exec "perl6 -Ilib" t
t\100-th.t ......
Type check failed in binding &subtests; expected Callable but got Str
("instantiate")
in sub subtest at
C:\rakudo\share\perl6\sources\C712FE6969F786C9380D643DF17E85D06868219E
(Test) line 292
in block <unit> at t\100-th.t line 6
Dubious, test returned 1 (wstat 256, 0x100)
It was the first time I switched the arguments to subtest because I've
seen others doing it and I like it better.
Earlier I did "subtest { ... tests ... }, 'description';"
Here I did "subtest 'description', {... tests ... };"
On linux there are no problems;
Regards
Marcel