Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge .exchange tests
  • Loading branch information
TimToady committed Feb 28, 2015
1 parent 3dbd986 commit c349a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-types/pair.t
Expand Up @@ -315,7 +315,6 @@ Note, "non-chaining binary" was later renamed to "structural infix".
lives_ok { (a => []) }, 'can execute "(a => [])"';
}

#?rakudo skip 'Pair.exchange NYI'
{
is (a => 3).exchange.key, 3, 'Pair.exchange.key';
isa_ok (a => 3).exchange.key, Int, 'Pair.exchange.key type';
Expand Down

0 comments on commit c349a13

Please sign in to comment.