Skip to content

Commit 8c62c13

Browse files
committed
colon invocant test no longer needs to be skipped
1 parent b676ed8 commit 8c62c13

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
@@ -12,7 +12,6 @@ isa_ok($pair, Pair);
1212

1313
# get key and value from the pair as many ways as possible
1414

15-
#?rakudo 2 skip 'method($invocant:) syntax missing'
1615
#?niecza 2 skip 'Invocant handling is NYI'
1716
is(key($pair:), 'foo', 'got the right key($pair:)');
1817
is(value($pair:), 'bar', 'got the right value($pair:)');

0 commit comments

Comments
 (0)