Skip to content

Commit 18311a3

Browse files
committed
Unfudge tests that now work.
1 parent b6ba504 commit 18311a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S03-operators/eqv.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,8 @@ plan 53;
147147
#?pugs skip "Mu"
148148
#?DOES 3
149149
{
150-
#?niecza skip 'Nominal type check failed in binding $a in CORE infix:<eqv>'
151150
is Mu eqv Mu, Bool::True, 'Mu eqv Mu';
152151
is Any eqv Any, Bool::True, 'Any eqv Any';
153-
#?niecza skip 'Nominal type check failed in binding $b in CORE infix:<eqv>'
154152
is Any eqv Mu, Bool::False, 'Any !eqv Mu';
155153
}
156154

0 commit comments

Comments
 (0)