Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Niecza unfudge.
  • Loading branch information
colomon committed May 27, 2012
1 parent 24dd9a3 commit 661f139
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S03-metaops/reduce.t
Expand Up @@ -196,7 +196,6 @@ lives_ok({my @foo = [>>+<<] ([1..3],[1..3],[1..3])},'Parse [>>+<<]');

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

#?niecza todo '[*] identity'
is( ([*]()), 1, "[*]() returns 1");
is( ([+]()), 0, "[+]() returns 0");

Expand Down
1 change: 0 additions & 1 deletion S03-operators/eqv.t
Expand Up @@ -92,7 +92,6 @@ plan 52;
}

{
#?niecza todo
nok ([1,2,3] eqv [4,5,6]), "eqv on anonymous array references (1)";
ok ([1,2,3] eqv [1,2,3]), "eqv on anonymous array references (2)";
ok ([] eqv []), "eqv on anonymous array references (3)";
Expand Down

0 comments on commit 661f139

Please sign in to comment.