Skip to content

Commit 50b3dbc

Browse files
committed
untodo a now passing test
1 parent d98cf79 commit 50b3dbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S05-match/capturing-contexts.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ is_run( q{'aa' ~~ /(.)$1/},
123123
$/ = Any;
124124
lives_ok { $0 },
125125
'$0 accessible when $/ is undefined';
126-
#?rakudo todo 'RT 72956'
127126
ok $0 === Any,
128127
'$0 is Any when $/ is undefined';
129128
nok $0.defined, '$0 is undefined';

0 commit comments

Comments
 (0)