Skip to content

Commit 661f139

Browse files
committed
Niecza unfudge.
1 parent 24dd9a3 commit 661f139

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

S03-metaops/reduce.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ lives_ok({my @foo = [>>+<<] ([1..3],[1..3],[1..3])},'Parse [>>+<<]');
196196

197197
# L<S03/"Reduction operators"/"Among the builtin operators, [+]() returns 0 and [*]() returns 1">
198198

199-
#?niecza todo '[*] identity'
200199
is( ([*]()), 1, "[*]() returns 1");
201200
is( ([+]()), 0, "[+]() returns 0");
202201

S03-operators/eqv.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ plan 52;
9292
}
9393

9494
{
95-
#?niecza todo
9695
nok ([1,2,3] eqv [4,5,6]), "eqv on anonymous array references (1)";
9796
ok ([1,2,3] eqv [1,2,3]), "eqv on anonymous array references (2)";
9897
ok ([] eqv []), "eqv on anonymous array references (3)";

0 commit comments

Comments
 (0)