Skip to content

Commit

Permalink
some rakudo unfudges in eqv.t
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 9, 2011
1 parent 675dd78 commit 6b6ba2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S03-operators/eqv.t
Expand Up @@ -56,7 +56,6 @@ plan 53;
ok (\$a !eqv \$b), "eqv on scalar references (1-4)";
}

#?rakudo skip 'nom regression'
{
my $a = { 3 };
my $b = { 3 };
Expand All @@ -68,7 +67,6 @@ plan 53;
ok !($a eqv { 5 }), 'eqv on sub references (1-4)';
}

#?rakudo skip 'nom regression'
{
ok (&say eqv &say), "eqv on sub references (2-1)";
ok (&map eqv &map), "eqv on sub references (2-2)";
Expand Down Expand Up @@ -131,7 +129,6 @@ plan 53;
is(0 eqv 1, Bool::False, 'eqv returns Bool::False when false');
}

#?rakudo skip 'nom regression'
{
is Mu eqv Mu, Bool::True, 'Mu eqv Mu';
is Any eqv Any, Bool::True, 'Any eqv Any';
Expand Down

0 comments on commit 6b6ba2a

Please sign in to comment.