Skip to content

Commit c349a13

Browse files
committed
unfudge .exchange tests
1 parent 3dbd986 commit c349a13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S02-types/pair.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ Note, "non-chaining binary" was later renamed to "structural infix".
315315
lives_ok { (a => []) }, 'can execute "(a => [])"';
316316
}
317317

318-
#?rakudo skip 'Pair.exchange NYI'
319318
{
320319
is (a => 3).exchange.key, 3, 'Pair.exchange.key';
321320
isa_ok (a => 3).exchange.key, Int, 'Pair.exchange.key type';

0 commit comments

Comments
 (0)