Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge tests that now work.
  • Loading branch information
colomon committed Feb 26, 2012
1 parent b6ba504 commit 18311a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S03-operators/eqv.t
Expand Up @@ -147,10 +147,8 @@ plan 53;
#?pugs skip "Mu"
#?DOES 3
{
#?niecza skip 'Nominal type check failed in binding $a in CORE infix:<eqv>'
is Mu eqv Mu, Bool::True, 'Mu eqv Mu';
is Any eqv Any, Bool::True, 'Any eqv Any';
#?niecza skip 'Nominal type check failed in binding $b in CORE infix:<eqv>'
is Any eqv Mu, Bool::False, 'Any !eqv Mu';
}

Expand Down

0 comments on commit 18311a3

Please sign in to comment.