File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -370,13 +370,11 @@ ok Mu & Mu ~~ Mu, 'Mu & Mu ~~ Mu works';
370
370
}
371
371
372
372
# RT #67866: [BUG] [LHF] Error with stringifying .WHAT on any junctions
373
- # ?rakudo skip 'lower case junction RT #124842'
374
- # ?niecza skip 'Impossible test: === takes Any'
375
373
{
376
- ok ((WHAT any ()) === Junction , " test WHAT on empty any junction" );
377
- ok (any (). WHAT === Junction , " test WHAT on empty any junction" );
378
- ok ((WHAT any (1 ,2 )) === Junction , " test WHAT on any junction" );
379
- ok (any (1 ,2 ). WHAT === Junction , " test WHAT on any junction" );
374
+ ok ((WHAT any ()) ~~ Junction , " test WHAT on empty any junction" );
375
+ ok (any (). WHAT ~~ Junction , " test WHAT on empty any junction" );
376
+ ok ((WHAT any (1 ,2 )) ~~ Junction , " test WHAT on any junction" );
377
+ ok (any (1 ,2 ). WHAT ~~ Junction , " test WHAT on any junction" );
380
378
}
381
379
382
380
# Any list has junction methods
You can’t perform that action at this time.
0 commit comments