Skip to content

Commit 0149c63

Browse files
committed
Fudge for Niecza.
1 parent e0f6b87 commit 0149c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S12-methods/parallel-dispatch.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class Bar is Foo {
4444
@o>>.?doit;
4545
is(@o.map({.count}), (7..12), 'parallel dispatch using @o>>.?doit works');
4646
#?rakudo todo 'is_deeply does not think map results are the same as list on LHS'
47+
#?niecza skip "=== Nil NYI"
4748
is (@o».?not_here).map({ $_ === Nil }).join(", "), @o.map({ True }).join(", "),
4849
'$obj».?nonexistingmethod returns a list of Nil';
4950
is (@o».?count).join(", "), @o.map({.count}).join(", "),

0 commit comments

Comments
 (0)